Migrate more strings to translation keys (#11498)
This commit is contained in:
parent
9329b896b3
commit
6b3243b27b
89 changed files with 1495 additions and 1491 deletions
|
@ -44,7 +44,7 @@ export const showToast = (deviceIds: Set<string>): void => {
|
|||
icon: "verification_warning",
|
||||
props: {
|
||||
description: _t("Review to ensure your account is safe"),
|
||||
acceptLabel: _t("Review"),
|
||||
acceptLabel: _t("action|review"),
|
||||
onAccept,
|
||||
rejectLabel: _t("Later"),
|
||||
onReject,
|
||||
|
|
|
@ -47,7 +47,7 @@ export const showToast = (
|
|||
{errorText} {contactText}
|
||||
</React.Fragment>
|
||||
),
|
||||
acceptLabel: _t("Ok"),
|
||||
acceptLabel: _t("action|ok"),
|
||||
onAccept: () => {
|
||||
hideToast();
|
||||
if (onHideToast) onHideToast();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue