Skip to content

Commit 4295556

Browse files
committed
fixed app name all strings
1 parent c5a8ce8 commit 4295556

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- ═══════════════════════════════════════════════════════════════════════ -->
44
<!-- APP METADATA -->
55
<!-- ═══════════════════════════════════════════════════════════════════════ -->
6+
<string name="app_name">InteractiveChecklists</string>
67
<!-- ═══════════════════════════════════════════════════════════════════════ -->
78
<!-- COMMON ACTIONS -->
89
<!-- ═══════════════════════════════════════════════════════════════════════ -->
@@ -1193,7 +1194,6 @@
11931194
<string name="fab_positions_reset">FAB positions reset</string>
11941195
<string name="map_drawing_saved">Drawings saved</string>
11951196
<string name="map_db_not_ready_retry">Map database not ready — please tap again to retry.</string>
1196-
<string name="app_name">Checklist-Interactive</string>
11971197

11981198

11991199

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- ═══════════════════════════════════════════════════════════════════════ -->
33
<!-- APP METADATA -->
44
<!-- ═══════════════════════════════════════════════════════════════════════ -->
5-
<string name="app_name">Checklist-Interactive</string>
5+
<string name="app_name">InteractiveChecklists</string>
66

77
<!-- ═══════════════════════════════════════════════════════════════════════ -->
88
<!-- COMMON ACTIONS -->

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- ═══════════════════════════════════════════════════════════════════════ -->
33
<!-- APP METADATA -->
44
<!-- ═══════════════════════════════════════════════════════════════════════ -->
5-
<string name="app_name">Checklist-Interactive</string>
5+
<string name="app_name">InteractiveChecklists</string>
66

77
<!-- ═══════════════════════════════════════════════════════════════════════ -->
88
<!-- COMMON ACTIONS -->

0 commit comments

Comments
 (0)