Template for not translatable string

This commit is contained in:
Benoit Marty 2021-03-03 17:58:28 +01:00
parent caea19bf38
commit 035c10364d
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
<string name="matrix_room_alias_prefix" translatable="false">#</string>
<!-- Temporary string -->
<string name="not_implemented" translatable="false">Not implemented yet in Element</string>
<string name="template_not_implemented" translatable="false">Not implemented yet in ${app_name}</string>
</resources>