mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Make the term 'Verified' fully localizable
FREEBIE
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
},
|
||||
render_attributes: function() {
|
||||
return {
|
||||
verified: this.model.isVerified(),
|
||||
isVerified: this.model.isVerified(),
|
||||
verified: i18n('verified'),
|
||||
name: this.model.getName(),
|
||||
number: this.model.getNumber(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user