Remove desc for mute calls

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-03-31 17:53:33 +02:00
parent 68586ba901
commit 6b9d4ea97a
2 changed files with 0 additions and 2 deletions

View file

@ -47,7 +47,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
apc:mp_default_value="false" apc:mp_default_value="false"
apc:mp_key="mute_calls" apc:mp_key="mute_calls"
apc:mp_summary="@string/nc_mute_calls_description"
apc:mp_title="@string/nc_mute_calls" /> apc:mp_title="@string/nc_mute_calls" />
</com.yarolegovich.mp.MaterialPreferenceCategory> </com.yarolegovich.mp.MaterialPreferenceCategory>

View file

@ -185,7 +185,6 @@
<string name="nc_notify_me_mention">Notify when mentioned</string> <string name="nc_notify_me_mention">Notify when mentioned</string>
<string name="nc_notify_me_never">Never notify</string> <string name="nc_notify_me_never">Never notify</string>
<string name="nc_mute_calls">Mute calls</string> <string name="nc_mute_calls">Mute calls</string>
<string name="nc_mute_calls_description">You will not receive any notification for calls</string>
<!-- Bottom sheet menu --> <!-- Bottom sheet menu -->
<string name="nc_failed_to_perform_operation">Sorry, something went wrong!</string> <string name="nc_failed_to_perform_operation">Sorry, something went wrong!</string>