From ec15aee48e06b0a7196d66865cc87ffca6ac5fd1 Mon Sep 17 00:00:00 2001 From: ashiagr Date: Tue, 5 Sep 2023 08:00:45 +0530 Subject: [PATCH 1/2] Update cloud storage limit --- modules/services/localization/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/localization/src/main/res/values/strings.xml b/modules/services/localization/src/main/res/values/strings.xml index 03b6364fa08..0f53e8e3637 100644 --- a/modules/services/localization/src/main/res/values/strings.xml +++ b/modules/services/localization/src/main/res/values/strings.xml @@ -1655,7 +1655,7 @@ Listen in more places with our Windows, macOS, and Web apps. Folders Organize your podcasts in folders and keep them in sync across all your devices. - 10GB Cloud Storage + 20GB Cloud Storage Upload your files to cloud storage and have them available everywhere. Watch Playback Extra Themes & App Icons From 1e319195c5526e6195a38f8768062312e3ec7416 Mon Sep 17 00:00:00 2001 From: ashiagr Date: Tue, 5 Sep 2023 13:29:28 +0530 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6504fc55a13..16c3b4cf4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ([#1312](https://github.com/Automattic/pocket-casts-android/pull/1312)) * Present app review prompt ([#1305](https://github.com/Automattic/pocket-casts-android/pull/1305)) + * Updated storage limit title + ([#1342](https://github.com/Automattic/pocket-casts-android/pull/1342)) * Bug Fixes: * Fixed auto archive settings getting lost when switching languages ([#1234](https://github.com/Automattic/pocket-casts-android/pull/1234))