Update in Mobile Internet Settings

This commit is contained in:
DeshDeepakKant 2025-01-05 00:58:19 +05:30
parent 543b783d56
commit 59e20c2955
3 changed files with 3 additions and 3 deletions
android/app/src/main/res

View file

@ -29,7 +29,7 @@
<TextView
android:id="@+id/btn__positive"
style="@style/MwmWidget.Button.StackedButtonsDialog"
tools:text="Use Always"/>
tools:text="Always Use"/>
<LinearLayout
android:orientation="horizontal"

View file

@ -29,7 +29,7 @@
<TextView
android:id="@+id/btn__positive"
style="@style/MwmWidget.Button.StackedButtonsDialog"
tools:text="Use Always"/>
tools:text="Always Use"/>
<TextView
android:id="@+id/btn__neutral"

View file

@ -618,7 +618,7 @@
<!-- For the first routing -->
<string name="decline">Decline</string>
<string name="mobile_data_dialog">Use mobile internet to show detailed information?</string>
<string name="mobile_data_option_always">Use Always</string>
<string name="mobile_data_option_always">Always Use</string>
<string name="mobile_data_option_today">Only Today</string>
<string name="mobile_data_option_not_today">Do not Use Today</string>
<string name="mobile_data">Mobile Internet</string>