Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit e5641eb

Browse files
Rafael2616itsaky
authored andcommitted
fix(resources): string "No AndroidX" without space between the two words (#1141)
This error causes suggestions for this string in Crowdin to be erroneous, which can lead to it being approved incorrectly, as happened with Portuguese. This simple commit fixes that
1 parent 9cf2d99 commit e5641eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<string name="template_no_activity_description">Creates a new project without activity</string>
114114

115115
<!-- Files -->
116-
<string name="template_no_AndroidX">NoAndroidX</string>
116+
<string name="template_no_AndroidX">No AndroidX</string>
117117
<string name="template_description_noAndroidX">Creates a new project without AndroidX library</string>
118118
<string name="save">Save</string>
119119
<string name="menu_find">Find</string>

0 commit comments

Comments
 (0)