Messaging: Move "Start chat" string to cm_strings.xml

* We don't have strings.xml in the translation pipe yet so move it to
  our own strings instead
* Add an explainer comment as well

Change-Id: I392837e194c7c5d5b4b44d5cbba2ef2f521857ed
This commit is contained in:
Michael W
2025-01-20 21:56:21 +01:00
parent 28b9c1d2cd
commit 3b720fb586
2 changed files with 3 additions and 2 deletions

View File

@@ -21,4 +21,7 @@
<!-- Notification channel --> <!-- Notification channel -->
<string name="notification_channel_messages_title">Messages</string> <string name="notification_channel_messages_title">Messages</string>
<!-- Start new chat button on the main screen -->
<string name="start_chat">Start chat</string>
</resources> </resources>

View File

@@ -801,6 +801,4 @@
<!-- When making a call to emergency numbers, show this toast --> <!-- When making a call to emergency numbers, show this toast -->
<string name="disallow_emergency_call">Can\'t make a voice call to emergency services here.</string> <string name="disallow_emergency_call">Can\'t make a voice call to emergency services here.</string>
<string name="start_chat">Start chat</string>
</resources> </resources>