Skip to content

Commit

Permalink
fix: changed title by subtitle in release notes shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed Jun 21, 2024
1 parent 4c85387 commit 49f038e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@
<string name="release_notes_4_3_0_subtitle_show_app_provider_icon_from_endpoint">More appropriate icons have been added to the "Open in (web)" option on the operations menu</string>
<string name="release_notes_4_3_0_title_av_offline_files_removed_locally_with_local_only_option">Displayed \"Local only\" option properly and prevented deletion of available offline files in the remove dialog</string>
<string name="release_notes_4_3_0_subtitle_av_offline_files_removed_locally_with_local_only_option">\"Local only\" option in remove dialog will be shown when the selected folder contains at least one downloaded file, ignoring those available offline. If the "Local only" option is displayed and clicked, available offline files will not be deleted</string>
<string name="release_notes_4_3_0_subtitle_create_open_shortcut">Support for URL shortcut files</string>
<string name="release_notes_4_3_0_title_create_open_shortcut">A new option has been added in the FAB to create a shortcut file with a .url extension. When the file is clicked, the URL will open in the browser</string>
<string name="release_notes_4_3_0_title_create_open_shortcut">Support for URL shortcut files</string>
<string name="release_notes_4_3_0_subtitle_create_open_shortcut">A new option has been added in the FAB to create a shortcut file with a .url extension. When the file is clicked, the URL will open in the browser</string>

<!-- Open in web -->
<string name="ic_action_open_in_web">Open in web</string>
Expand Down

0 comments on commit 49f038e

Please sign in to comment.