diff options
author | ByteHamster <info@bytehamster.com> | 2021-01-02 11:03:57 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-01-02 11:53:58 +0100 |
commit | 34e9c318996147e266b524d5ec1d1fae4f9b17c9 (patch) | |
tree | 59319c2844beccecf362ed0151d50cb21a60f171 /core/src/main | |
parent | 7b8208a2a7a7fd81a9dd1ff547d422d08255c4e1 (diff) | |
download | AntennaPod-34e9c318996147e266b524d5ec1d1fae4f9b17c9.zip |
Revert back to device selection instead of linking
Until this is fixed upstream on the gpodder.net server.
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/res/values/strings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index d8e4a1ff3..dca326619 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -642,9 +642,8 @@ <string name="gpodnetauth_device_name">Device name</string> <string name="gpodnetauth_device_name_default">AntennaPod on %1$s</string> <string name="gpodnetauth_device_caption_errorEmpty">Caption must not be empty</string> - <string name="gpodnetauth_sync_groups">Synchronization groups</string> - <string name="gpodnetauth_sync_group_select">Select</string> - <string name="gpodnetauth_sync_group_new">Use new group</string> + <string name="gpodnetauth_existing_devices">Existing devices</string> + <string name="gpodnetauth_create_device">Create device</string> <string name="gpodnetauth_device_butChoose">Choose</string> <string name="gpodnetauth_finish_descr">Congratulations! Your gpodder.net account is now linked with your device. AntennaPod will from now on automatically sync subscriptions on your device with your gpodder.net account.</string> |