Skip to content

Commit b453386

Browse files
committed
Ellipsis string can be replaced with ellipsis character
Lint: Replace `...` with ellipsis character `…`
1 parent 0c84570 commit b453386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/settings/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<string name="top_app_bar_action_icon_description">Settings</string>
1919
<string name="top_app_bar_navigation_icon_description">Search</string>
2020
<string name="settings_title">Settings</string>
21-
<string name="loading">Loading...</string>
21+
<string name="loading">Loading</string>
2222
<string name="privacy_policy">Privacy policy</string>
2323
<string name="licenses">Licenses</string>
2424
<string name="brand_guidelines">Brand Guidelines</string>

0 commit comments

Comments
 (0)