Skip to content

Commit ef7df8e

Browse files
committed
fix: add strings related to Crashlytics privacy dialog
Additionally, the feature has been enabled in the Crashlytics console. Fixes #34
1 parent 4592bb1 commit ef7df8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,12 @@
8383
<string name="snackbar_save_success">Task saved successfully!</string>
8484
<string name="snackbar_save_error">Your task could not be saved. Please try again.</string>
8585
<string name="snackbar_save_error_name">Your task could not be saved. Task name is required.</string>
86+
87+
<!-- Crashlytics strings -->
88+
<string name="com.crashlytics.CrashSubmissionPromptTitle">Houston, we have a problem</string>
89+
<string name="com.crashlytics.CrashSubmissionPromptMessage">This is embarrassing! Please help us fix the problem by sending a crash report.</string>
90+
<string name="com.crashlytics.CrashSubmissionSendTitle">Send</string>
91+
<string name="com.crashlytics.CrashSubmissionAlwaysSendTitle">Always Send</string>
92+
<string name="com.crashlytics.CrashSubmissionCancelTitle">Don\'t Send</string>
93+
<!-- END Crashlytics strings -->
8694
</resources>

0 commit comments

Comments
 (0)