File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/android/user-feedback/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ SentryAndroid.init(context, options -> {
123123 options. getFeedbackOptions(). setIsRequiredLabel(" *" );
124124 options. getFeedbackOptions(). setSuccessMessageText(" Thanks for the feedback!" );
125125 options. getFeedbackOptions(). setNameLabel(" Full Name" );
126- options. getFeedbackOptions(). setNamePlaceholder(" Type your full namc " );
126+ options. getFeedbackOptions(). setNamePlaceholder(" Type your full name " );
127127 options. getFeedbackOptions(). setEmailLabel(" Email Address" );
128128 options. getFeedbackOptions(). setEmailPlaceholder(" Type your email" );
129129 options. getFeedbackOptions(). setSubmitButtonLabel(" Submit" );
@@ -138,7 +138,7 @@ SentryAndroid.init(this) { options ->
138138 options.feedbackOptions.isRequiredLabel = " *"
139139 options.feedbackOptions.successMessageText = " Thanks for the feedback!"
140140 options.feedbackOptions.nameLabel = " Full Name"
141- options.feedbackOptions.namePlaceholder = " Type your full namc "
141+ options.feedbackOptions.namePlaceholder = " Type your full name "
142142 options.feedbackOptions.emailLabel = " Email Address"
143143 options.feedbackOptions.emailPlaceholder = " Type your email"
144144 options.feedbackOptions.submitButtonLabel = " Submit"
You can’t perform that action at this time.
0 commit comments