aboutsummaryrefslogtreecommitdiff
path: root/modern/src/settings
diff options
context:
space:
mode:
authorDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-12 22:40:11 +0000
committerDesmond Kyeremeh <elDekyfin@gmail.com>2021-07-12 22:40:11 +0000
commitea4ec2d769866db3490514b429cd95d314d19141 (patch)
tree48cb8441b4969967b80a4e5590196f1a46fade59 /modern/src/settings
parent3b3aaf4081dd3a5291d9f5ebbb190db482dea62c (diff)
downloadetbsa-traccar-web-ea4ec2d769866db3490514b429cd95d314d19141.tar.gz
etbsa-traccar-web-ea4ec2d769866db3490514b429cd95d314d19141.tar.bz2
etbsa-traccar-web-ea4ec2d769866db3490514b429cd95d314d19141.zip
Used localised setting string
Diffstat (limited to 'modern/src/settings')
-rw-r--r--modern/src/settings/OptionsLayout/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/settings/OptionsLayout/index.js b/modern/src/settings/OptionsLayout/index.js
index 1184465..4a42e58 100644
--- a/modern/src/settings/OptionsLayout/index.js
+++ b/modern/src/settings/OptionsLayout/index.js
@@ -64,7 +64,7 @@ const OptionsLayout = ({ children }) => {
setOptionTitle(activeRoute?.name);
}, [location, routes]);
- const title = `Options / ${optionTitle}`;
+ const title = `${t('settingsTitle')} / ${optionTitle}`;
return (
<div className={classes.root}>