Update strings to use 'Click to show' not 'Click to verify'
'Click to verify' suggests immediate action. We don't want that. FREEBIE
This commit is contained in:
parent
a827334c3e
commit
02973372aa
1 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@
|
||||||
"description": "Used on a warning dialog to specifiy "
|
"description": "Used on a warning dialog to specifiy "
|
||||||
},
|
},
|
||||||
"noLongerVerified": {
|
"noLongerVerified": {
|
||||||
"message": "$name$ is no longer verified. Click to verify.",
|
"message": "$name$ is no longer verified. Click to show.",
|
||||||
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
|
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"name": {
|
"name": {
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"multipleNoLongerVerified": {
|
"multipleNoLongerVerified": {
|
||||||
"message": "More than one member of this group is no longer verified. Click to verify.",
|
"message": "More than one member of this group is no longer verified. Click to show.",
|
||||||
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
|
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
|
||||||
},
|
},
|
||||||
"debugLogExplanation": {
|
"debugLogExplanation": {
|
||||||
|
@ -592,7 +592,7 @@
|
||||||
"description": "Description for audio notification setting"
|
"description": "Description for audio notification setting"
|
||||||
},
|
},
|
||||||
"keychanged": {
|
"keychanged": {
|
||||||
"message": "Your safety number with $name$ has changed. Click to verify.",
|
"message": "Your safety number with $name$ has changed. Click to show.",
|
||||||
"description": "",
|
"description": "",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"name": {
|
"name": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue