mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 09:28:14 +01:00
Make the term 'Verified' fully localizable
FREEBIE
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
title: this.model.getTitle(),
|
||||
number: this.model.getNumber(),
|
||||
avatar: this.model.getAvatar(),
|
||||
verified: this.model.isVerified()
|
||||
isVerified: this.model.isVerified(),
|
||||
verified: i18n('verified')
|
||||
};
|
||||
},
|
||||
showIdentity: function() {
|
||||
|
||||
Reference in New Issue
Block a user