1
0
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:
Richard Lewis
2017-07-28 16:42:07 +01:00
parent 700ef34e95
commit 8529a21f5c
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ export default class AppPermission extends React.Component {
<input
className='mx_AppPermissionButton'
type='button'
value='Allow'
value={_t('Allow')}
onClick={this.props.onPermissionGranted}
/>
</div>