mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Fix missing newline in strings.xml
This leads to wrongly escaped string Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
This commit is contained in:
parent
83925322cb
commit
1ff3969cfb
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@
|
|||
|
||||
<!-- share keys -->
|
||||
<string name="you_added_a_new_device">You added a new session \'%s\', which is requesting encryption keys.</string>
|
||||
<string name="you_added_a_new_device_with_info">A new session is requesting encryption keys.\Session name: %1$s\nLast seen: %2$s\nIf you didn’t log in on another session, ignore this request.</string>
|
||||
<string name="you_added_a_new_device_with_info">A new session is requesting encryption keys.\nSession name: %1$s\nLast seen: %2$s\nIf you didn’t log in on another session, ignore this request.</string>
|
||||
<string name="your_unverified_device_requesting">Your unverified session \'%s\' is requesting encryption keys.</string>
|
||||
<string name="your_unverified_device_requesting_with_info">An unverified session is requesting encryption keys.\nSession name: %1$s\nLast seen: %2$s\nIf you didn’t log in on another session, ignore this request.</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue