Skip to content

Commit cb859e2

Browse files
committed
Updated the translation in the en.json
1 parent 2707994 commit cb859e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/public/assets/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"upload": "Optimal up-speed",
3838
"download": "Optimal down-speed",
3939
"recommendations": "Recommendations",
40-
"server": "Change provider",
40+
"change_provider": "Change provider",
4141
"password": "Change password",
4242
"cron": "Set frequency",
4343
"time": "Set period",

client/src/common/components/Dropdown/DropdownComponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function DropdownComponent() {
227227
{run: updateDownload, icon: faArrowDown, text: t("dropdown.download")},
228228
{run: recommendedSettings, icon: faWandMagicSparkles, text: t("dropdown.recommendations")},
229229
{hr: true, key: 1},
230-
{run: () => setShowProviderDialog(true), icon: faSliders, text: t("dropdown.server")},
230+
{run: () => setShowProviderDialog(true), icon: faSliders, text: t("dropdown.change_provider")},
231231
{run: updatePassword, icon: faKey, text: t("dropdown.password"), previewHidden: true},
232232
{run: updateCron, icon: faClock, text: t("dropdown.cron")},
233233
{run: exportDialog, icon: faFileExport, text: t("dropdown.export")},

0 commit comments

Comments
 (0)