Skip to content

Commit

Permalink
Rename to "ZecWallet"
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Apr 6, 2019
1 parent 446b7fc commit 43b00b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
app:layout_constraintBottom_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"/>
<TextView
android:text="192.168.5.148"
android:text="address"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/txtSettingsConnString"
Expand Down Expand Up @@ -55,7 +55,7 @@
android:layout_marginStart="8dp" app:layout_constraintEnd_toEndOf="parent"
android:layout_marginEnd="8dp"/>
<TextView
android:text="If checked, the app will only attempt a direct connection to zec-qt-wallet, and not route traffic over the internet via the external helper service. Please see the FAQ for more details"
android:text="If checked, the app will only attempt a direct connection to ZecWallet, and not route traffic over the internet via the external helper service. Please see the FAQ for more details"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:id="@+id/textView4" app:layout_constraintStart_toStartOf="parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Zec Wallet</string>
<string name="app_name">ZecWallet</string>
<string name="action_settings">Settings</string>
<string name="title_activity_scrolling">ScrollingActivity</string>

Expand Down

0 comments on commit 43b00b0

Please sign in to comment.