Skip to content

Commit 74db15b

Browse files
committed
Update report strings for clarity and add provider selection message
1 parent 54b0ffb commit 74db15b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112

113113
<!-- Reports -->
114114
<string name="report_title">Reportar número</string>
115-
<string name="report_hint">Describe el motivo</string>
115+
<string name="report_label">Describe el motivo</string>
116+
<string name="report_hint">Explicación breve</string>
116117
<string name="report_spam">Es spam</string>
117118
<string name="report_not_spam">NO es spam</string>
118119
<string name="accept">Enviar</string>
@@ -122,4 +123,5 @@
122123
<string name="report_success_prefix">Reporte enviado a</string>
123124
<string name="and">y</string>
124125
<string name="report_failure">No se pudo enviar el reporte</string>
126+
<string name="select_at_least_one_provider">Seleccione al menos un proveedor</string>
125127
</resources>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112

113113
<!-- Reports -->
114114
<string name="report_title">Report Number</string>
115-
<string name="report_hint">Describe the reason</string>
115+
<string name="report_label">Describe the reason</string>
116+
<string name="report_hint">Brief explanation</string>
116117
<string name="report_spam">It is spam</string>
117118
<string name="report_not_spam">It is NOT spam</string>
118119
<string name="accept">Submit</string>
@@ -122,4 +123,5 @@
122123
<string name="report_success_prefix">Report sent to</string>
123124
<string name="and">and</string>
124125
<string name="report_failure">Report could not be sent</string>
126+
<string name="select_at_least_one_provider">Select at least one provider</string>
125127
</resources>

0 commit comments

Comments
 (0)