diff options
| author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:44:37 +0100 | 
|---|---|---|
| committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:44:37 +0100 | 
| commit | 1887be568b73c5809def0af2775f576598aaf9a0 (patch) | |
| tree | f1449ec4d124d6d8b16aa39da8829577c8458980 /app/src/main/res/values/strings.xml | |
| parent | b18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff) | |
| download | advanced-privacy-1887be568b73c5809def0af2775f576598aaf9a0.tar.gz | |
Fix widget name.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2a6d21d..4024175 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -118,7 +118,7 @@      <string name="app_widget_description">This is an app widget description</string>      <!-- Widget --> -    <string name="widget_title">@id/app_title</string> +    <string name="widget_title">@string/app_name</string>      <string name="widget_state_title_on">Your online privacy is protected</string>      <string name="widget_state_title_off">Your online privacy is unprotected</string>      <string name="widget_state_trackers_label">@string/dashboard_state_trackers_label</string> | 
