Fix strings

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-30 11:33:16 +01:00
parent 33d2905847
commit bbd7c3e8b0
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
<string name="ecosystem_apps_display_assistant">Assistant</string>
<string name="assistant_screen_task_types_error_state_message">Cannot able to fetch task types, please check your internet connection.</string>
<string name="assistant_screen_task_list_error_state_message">Cannot able to fetch task list, please check your internet connection.</string>
<string name="assistant_screen_task_types_error_state_message">Unable to fetch task types, please check your internet connection.</string>
<string name="assistant_screen_task_list_error_state_message">Unable to fetch task list, please check your internet connection.</string>
<string name="assistant_screen_top_bar_title">Assistant</string>
<string name="assistant_screen_loading">Task List are loading, please wait</string>