Skip to content

Commit 13da279

Browse files
committed
Fix minor formatting issues in strings.xml and Calens file
1 parent 3f69797 commit 13da279

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

changelog/unreleased/4351

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Bugfix: Resolve incorrect truncation of long display names in Manage Accounts vi
33
Resolved the bug where long display names were truncated incorrectly in the Manage Accounts view.
44
Now, display names are properly truncated in the middle with ellipsis (...) to maintain readability.
55

6-
Affected Issue:
7-
- Fixes #4351
6+
https://github.com/owncloud/android/issues/4351
7+
https://github.com/owncloud/android/pull/4380

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@
749749
<string name="release_notes_4_3_0_title_password_generator">Password generator for public links</string>
750750
<string name="release_notes_4_3_0_subtitle_password_generator">Passwords for public links can be now generated via a new generator in Infinite Scale accounts</string>
751751
<string name="release_notes_4_3_0_title_display_name_truncation">Resolved the bug where long display names were truncated incorrectly</string>
752-
<string name="release_notes_4_3_0_subtitle_display_name_truncation">Display names are now properly truncated in the middle with ellipsis (...) to maintain readability.</string>
752+
<string name="release_notes_4_3_0_subtitle_display_name_truncation">Display names are now properly truncated in the middle with ellipsis () to maintain readability</string>
753753

754754
<!-- Open in web -->
755755
<string name="ic_action_open_in_web">Open in web</string>

0 commit comments

Comments
 (0)