Punctuation in translation strings
This commit is contained in:
parent
8ad189c79d
commit
ee2a49ad41
9 changed files with 17 additions and 17 deletions
|
@ -133,7 +133,7 @@ module.exports = React.createClass({
|
|||
var ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t('Error saving email notification preferences'),
|
||||
description: _t('An error occurred whilst saving your email notification preferences') + '.',
|
||||
description: _t('An error occurred whilst saving your email notification preferences.'),
|
||||
});
|
||||
});
|
||||
},
|
||||
|
@ -177,7 +177,7 @@ module.exports = React.createClass({
|
|||
var TextInputDialog = sdk.getComponent("dialogs.TextInputDialog");
|
||||
Modal.createDialog(TextInputDialog, {
|
||||
title: _t('Keywords'),
|
||||
description: _t('Enter keywords separated by a comma') + ':',
|
||||
description: _t('Enter keywords separated by a comma:'),
|
||||
value: keywords,
|
||||
onFinished: function onFinished(should_leave, newValue) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue