Skip to content

Commit 293dbf6

Browse files
committed
Add missing appostrophe escape
1 parent ce16e94 commit 293dbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<string name="data_collection_deny_button">No Thanks</string>
1111
<string name="data_collection_agree_button">Sure!</string>
1212
<string name="data_collection_header" >Report crash data to the DigiView team?</string>
13-
<string name="data_collection_text">This app will probably crash less than your drone, but if it does, we'd like to know!</string>
13+
<string name="data_collection_text">This app will probably crash less than your drone, but if it does, we\'d like to know!</string>
1414
<string name="title_activity_settings">Settings</string>
1515

1616
<!-- Settings -->

0 commit comments

Comments
 (0)