You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Translate "Allow"
This commit is contained in:
@@ -45,7 +45,7 @@ export default class AppPermission extends React.Component {
|
|||||||
<input
|
<input
|
||||||
className='mx_AppPermissionButton'
|
className='mx_AppPermissionButton'
|
||||||
type='button'
|
type='button'
|
||||||
value='Allow'
|
value={_t('Allow')}
|
||||||
onClick={this.props.onPermissionGranted}
|
onClick={this.props.onPermissionGranted}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -134,6 +134,7 @@
|
|||||||
"Add phone number": "Add phone number",
|
"Add phone number": "Add phone number",
|
||||||
"Admin": "Admin",
|
"Admin": "Admin",
|
||||||
"Admin tools": "Admin tools",
|
"Admin tools": "Admin tools",
|
||||||
|
"Allow": "Allow",
|
||||||
"And %(count)s more...": "And %(count)s more...",
|
"And %(count)s more...": "And %(count)s more...",
|
||||||
"VoIP": "VoIP",
|
"VoIP": "VoIP",
|
||||||
"Missing Media Permissions, click here to request.": "Missing Media Permissions, click here to request.",
|
"Missing Media Permissions, click here to request.": "Missing Media Permissions, click here to request.",
|
||||||
|
|||||||
Reference in New Issue
Block a user