Skip to content

Commit

Permalink
Remove exclamation from sms_sending string (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-alexander authored and lognaturel committed Oct 1, 2018
1 parent 0af253d commit ad63947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
<string name="sms_last_submission_on_date_at_time">\'Last submission attempt at\' EEE, MMM dd, yyyy \'at\' HH:mm</string>
<plurals name="sms_sending">
<item quantity="one">Submitting form as a single message.</item>
<item quantity="other">Submitting form, sending message %1$d! of %2$d</item>
<item quantity="other">Submitting form, sending message %1$d of %2$d</item>
</plurals>
<string name="sms_sent_on_date_at_time">\'Sent as SMS on\' EEE, MMM dd, yyyy \'at\' HH:mm</string>
<string name="sms_submission_queued">Queued for submission.</string>
Expand Down

0 comments on commit ad63947

Please sign in to comment.