Skip to content

Commit 1cf7a5e

Browse files
committed
Fix after rebase: Diagnosis string name
Signed-off-by: sim <git@sgougeon.fr>
1 parent e8f3c3b commit 1cf7a5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/res/layout/activity_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
<com.google.android.material.textview.MaterialTextView
403403
android:layout_width="wrap_content"
404404
android:layout_height="wrap_content"
405-
android:text="@string/nc_diagnose_push_available_no"/>
405+
android:text="@string/nc_diagnosis_push_available_no"/>
406406
</LinearLayout>
407407

408408
<LinearLayout

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ How to translate with transifex:
236236
<string name="nc_diagnosis_unifiedpush_service" translatable="false">UnifiedPush service</string>
237237
<string name="nc_diagnosis_unifiedpush_latest_endpoint" translatable="false">Latest endpoint received</string>
238238
<string name="nc_diagnosis_server_supports_webpush" translatable="false">Server supports webpush?</string>
239-
<string name="nc_diagnose_push_available_no" translatable="false">UnifiedPush is disabled and Google Play services are not available. Notifications are not supported</string>
239+
<string name="nc_diagnosis_push_available_no" translatable="false">UnifiedPush is disabled and Google Play services are not available. Notifications are not supported</string>
240240
<string name="nc_diagnosis_battery_optimization_title" translatable="false">Battery settings</string>
241241
<string name="nc_diagnosis_battery_optimization_not_ignored" translatable="false">Battery optimization is enabled which might cause issues. You should disable battery optimization!</string>
242242
<string name="nc_diagnosis_battery_optimization_ignored" translatable="false">Battery optimization is ignored, all fine</string>

0 commit comments

Comments
 (0)