Change equivalent value text to just value in eReceipts.

master
Severiano Jaramillo 2019-02-12 09:34:15 -06:00
parent 26abfffb1d
commit d249f165d9
3 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,7 @@
android:id="@+id/tvEquivalentValueTxt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/title_equivalent_value"
android:text="@string/text__value"
android:textColor="@color/darkGray"
android:textAlignment="textEnd"
android:textSize="18sp"

View File

@ -75,6 +75,7 @@
<!-- eReceipt -->
<string name="title_e_receipt">Recibo electrónico</string>
<string name="text__value">Valor</string>
<string name="template__memo">Memo: %1$s</string>
<string name="template__date">Fecha: %1$s</string>
<string name="template__tx">Tx: %1$s</string>

View File

@ -75,6 +75,7 @@
<!-- eReceipt -->
<string name="title_e_receipt">eReceipt</string>
<string name="text__value">Value</string>
<string name="template__memo">Memo: %1$s</string>
<string name="template__date">Date: %1$s</string>
<string name="template__tx">Tx: %1$s</string>