[fenix] No issue: Land new string for delete browsing data prompt (https://github.com/mozilla-mobile/fenix/pull/4859)

pull/600/head
Emily Kager 5 years ago committed by Jeff Boek
parent f187762a78
commit 51d4956148

@ -643,6 +643,8 @@
<string name="delete_browsing_data_prompt_message">This will delete all of your browsing data.</string>
<!-- Dialog message to the user asking to delete browsing data. -->
<string name="delete_browsing_data_prompt_message_2">Are you sure you want to delete the selected browsing data?</string>
<!-- Dialog message to the user asking to delete browsing data. Parameter will be replaced by app name. -->
<string name="delete_browsing_data_prompt_message_3">%s will delete the selected browsing data.</string>
<!-- Text for the cancel button for the data deletion dialog -->
<string name="delete_browsing_data_prompt_cancel">Cancel</string>
<!-- Text for the allow button for the data deletion dialog -->

Loading…
Cancel
Save