Skip to content

Commit 3f69797

Browse files
committed
Correct release notes for the issue #4351
1 parent 12dfa2b commit 3f69797

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ class ReleaseNotesViewModel(
106106
type = ReleaseNoteType.ENHANCEMENT
107107
),
108108
ReleaseNote(
109-
title = R.string.release_notes_4_3_0_title_bug_fix_display_name_truncation,
110-
subtitle = R.string.release_notes_4_3_0_subtitle_bug_fix_display_name_truncation,
111-
type = ReleaseNoteType.ENHANCEMENT
109+
title = R.string.release_notes_4_3_0_title_display_name_truncation,
110+
subtitle = R.string.release_notes_4_3_0_subtitle_display_name_truncation,
111+
type = ReleaseNoteType.BUGFIX
112112
),
113113
)
114114
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@
748748
<string name="release_notes_4_3_0_subtitle_improvements_remove_dialog">Added a custom dialog when the file that is going to be deleted has thumbnail and added the number of files that are going to be deleted in a multiple selection</string>
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>
751-
<string name="release_notes_4_3_0_title_bug_fix_display_name_truncation">Resolved the bug where long display names were truncated incorrectly</string>
752-
<string name="release_notes_4_3_0_subtitle_bug_fix_display_name_truncation">Display names are now properly truncated in the middle with ellipsis (...) to maintain readability.</string>
751+
<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>
753753

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

0 commit comments

Comments
 (0)