mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
changed send access creator identifier string (#862)
This commit is contained in:
parent
c2515ed3ae
commit
5c8e9a990c
@ -4,7 +4,7 @@
|
||||
<p class="lead text-center mb-4">Bitwarden Send</p>
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
<p>A Bitwarden user {{creatorIdentifier}} shared the following with you.</p>
|
||||
<p>{{'sendCreatorIdentifier' | i18n: creatorIdentifier }}</p>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<div class="card d-block">
|
||||
|
@ -3712,5 +3712,14 @@
|
||||
"sendAccessTaglineTryToday": {
|
||||
"message": "to try it today.",
|
||||
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'"
|
||||
},
|
||||
"sendCreatorIdentifier": {
|
||||
"message": "Bitwarden user $USER_IDENTIFIER$ shared the following with you",
|
||||
"placeholders": {
|
||||
"user_identifier": {
|
||||
"content": "$1",
|
||||
"example": "An email address"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user