Skip to content

Commit e1f2051

Browse files
committed
Merge branch 'remkey'
2 parents c5fd07b + 42ff99b commit e1f2051

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontends/web/src/locales/en/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@
918918
},
919919
"loading": "loading…",
920920
"manageAccounts": {
921-
"addAccount": "$t(addAccount.title)",
922921
"editAccount": "Edit",
923922
"editAccountNameTitle": "Edit account name",
924923
"noAccounts": "no accounts found",

frontends/web/src/routes/settings/manage-accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class ManageAccounts extends Component<Props, State> {
219219
<Button
220220
primary
221221
onClick={() => route('/add-account', true)}>
222-
{t('manageAccounts.addAccount')}
222+
{t('addAccount.title')}
223223
</Button>
224224
</div>
225225
<div className="box slim divide m-bottom-large">

0 commit comments

Comments
 (0)