You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Migrate more strings to translation keys (#11499)
This commit is contained in:
committed by
GitHub
parent
45094bda7c
commit
f88d76e2ea
@@ -684,7 +684,7 @@ export class MsisdnAuthEntry extends React.Component<IMsisdnAuthEntryProps, IMsi
|
||||
<br />
|
||||
<input
|
||||
type="submit"
|
||||
value={_t("Submit")}
|
||||
value={_t("action|submit")}
|
||||
className={submitClasses}
|
||||
disabled={!enableSubmit}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user