Skip to content

Commit f548502

Browse files
committed
Update ZMW mobile money validation instructions
1 parent b07190e commit f548502

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

rave_android/src/main/java/com/flutterwave/raveandroid/zmmobilemoney/ZmMobileMoneyFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void onItemSelected(AdapterView<?> parent, View view, int position, long
138138

139139
if (network.equalsIgnoreCase(RaveConstants.mtn)) {
140140
presenter.logEvent(new ListItemSelectedEvent("Network").getEvent(), ravePayInitializer.getPublicKey());
141-
validateInstructions = getResources().getString(R.string.mtn_validate_instructions);
141+
validateInstructions = getResources().getString(R.string.zmw_validate_instructions);
142142
}
143143
}
144144
}

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

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,15 @@
7070
]]>
7171
</string>
7272

73-
<string name="ugx_validate_instructions">
74-
<![CDATA[
75-
<b>A push notification has been sent to your phone, please complete the transaction by entering your pin.</b>
76-
]]>
77-
</string>
78-
<string name="rwf_validate_instructions">
79-
<![CDATA[
80-
<b>A push notification has been sent to your phone, please complete the transaction by entering your pin.</b>
81-
]]>
82-
</string>
73+
<string name="ugx_validate_instructions">@string/push_notification_message</string>
74+
<string name="rwf_validate_instructions">@string/push_notification_message </string>
75+
<string name="kes_validate_instructions">@string/push_notification_message</string>
76+
<string name="zmw_validate_instructions">@string/push_notification_message</string>
8377

84-
<string name="kes_validate_instructions">
78+
<string name="push_notification_message">
8579
<![CDATA[
8680
<b>A push notification has been sent to your phone, please complete the transaction by entering your pin.</b>
87-
]]>
88-
</string>
81+
]]></string>
8982

9083
<string name="mtn">mtn</string>
9184
<string name="tigo">tigo</string>
@@ -198,5 +191,6 @@
198191
<string name="hello_blank_fragment">Hello blank fragment</string>
199192
<string name="please_select_a_card">Please select a card</string>
200193
<string name="barter_funding">Barter Funding</string>
194+
<string name="verifying_transaction">Verifying transaction...</string>
201195

202196
</resources>

0 commit comments

Comments
 (0)