mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Clarify label for starting a new conversation
When user a enters a number that is not a contact, we prompt them to start a new conversation.
This commit is contained in:
@@ -835,9 +835,9 @@
|
||||
"message": "Hide menu bar",
|
||||
"description": "Label text for menu bar visibility setting"
|
||||
},
|
||||
"newContact": {
|
||||
"message": "Click to create new contact",
|
||||
"description": ""
|
||||
"startConversation": {
|
||||
"message": "Start conversation…",
|
||||
"description": "Label underneath number a user enters that is not an existing contact"
|
||||
},
|
||||
"newPhoneNumber": {
|
||||
"message": "Enter a phone number to add a contact.",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
render_attributes() {
|
||||
return {
|
||||
number: i18n('newContact'),
|
||||
number: i18n('startConversation'),
|
||||
title: this.model.getNumber(),
|
||||
avatar: this.model.getAvatar(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user