Updates in translations
This commit is contained in:
parent
b058169e12
commit
a993c06aaf
4 changed files with 39 additions and 27 deletions
|
@ -106,10 +106,10 @@ export default class List extends Component {
|
|||
actions, this,
|
||||
{ method: HTTPMethod.DELETE, url: `rest/blacklist/${email}`},
|
||||
{ icon: 'remove', label: t('removeFromBlacklist') },
|
||||
t('Confirm Removal From Blacklist'),
|
||||
t('Are you sure you want to remove {{email}} from the blacklist?', {email}),
|
||||
t('Removing {{email}} from the blacklist', {email}),
|
||||
t('{{email}} removed from the blacklist', {email}),
|
||||
t('confirmRemovalFromBlacklist'),
|
||||
t('areYouSureYouWantToRemoveEmailFromThe', {email}),
|
||||
t('removingEmailFromTheBlacklist', {email}),
|
||||
t('emailRemovedFromTheBlacklist', {email}),
|
||||
null
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue