This commit is contained in:
iKirby 2023-11-15 22:31:40 +08:00 committed by GitHub
parent 8da004c024
commit fdb8288331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
style="@style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/check_update_atomic">
android:hint="@string/check_update_automatic">
<AutoCompleteTextView
android:layout_width="match_parent"

View file

@ -83,7 +83,7 @@
<string name="core">Core</string>
<string name="dynamic_notification">Display realtime speed in notification</string>
<string name="core_data_size">Data Size</string>
<string name="check_update_atomic">Atomic Check Update</string>
<string name="check_update_automatic">Automatic Update Check</string>
<string name="check_update">Check Update</string>
<string name="title_app_settings">App</string>
<string name="about_title">About</string>