Align action_*
strings with Element X project in Localazy (#11437)
This commit is contained in:
parent
bdd3710f25
commit
df4a2218d7
166 changed files with 1697 additions and 1555 deletions
|
@ -36,7 +36,7 @@ export function EditionButtons({
|
|||
{_t("Cancel")}
|
||||
</AccessibleButton>
|
||||
<AccessibleButton kind="primary" onClick={onSaveClick} disabled={isSaveDisabled}>
|
||||
{_t("Save")}
|
||||
{_t("action|save")}
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -148,7 +148,7 @@ export function FormattingButtons({ composer, actionStates }: FormattingButtonsP
|
|||
)}
|
||||
<Button
|
||||
actionState={actionStates.quote}
|
||||
label={_t("Quote")}
|
||||
label={_t("action|quote")}
|
||||
onClick={() => composer.quote()}
|
||||
icon={<QuoteIcon className="mx_FormattingButtons_Icon" />}
|
||||
/>
|
||||
|
|
|
@ -128,11 +128,11 @@ export const LinkModal: React.FC<LinkModalProps> = ({
|
|||
onFinished();
|
||||
}}
|
||||
>
|
||||
{_t("Remove")}
|
||||
{_t("action|remove")}
|
||||
</button>
|
||||
)}
|
||||
<DialogButtons
|
||||
primaryButton={_t("Save")}
|
||||
primaryButton={_t("action|save")}
|
||||
primaryDisabled={isSaveDisabled}
|
||||
primaryIsSubmit={true}
|
||||
onCancel={onFinished}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue