For #26146 - Use the correct moz:removedIn version in @string/delete_browsing_data_prompt_message

pull/543/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent 540d39619f
commit 1e43c4474c

@ -1118,7 +1118,7 @@
<string name="delete_browsing_data_on_quit_action">Quit</string>
<!-- Dialog message to the user asking to delete browsing data. -->
<string moz:removedIn="105" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">This will delete all of your browsing data.</string>
<string moz:removedIn="104" name="delete_browsing_data_prompt_message" tools:ignore="UnusedResources">This will delete all of your browsing data.</string>
<!-- Title text of a delete browsing data dialog. -->
<string name="delete_history_prompt_title">Time range to delete</string>
<!-- Body text of a delete browsing data dialog. -->

Loading…
Cancel
Save