From 25f77645f825b8732ca47fc9874727f9d56b4ab5 Mon Sep 17 00:00:00 2001 From: Mustafa <104644957+Blacks-Army@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:05:58 +0100 Subject: [PATCH] fix: phone_usage to device_usage due PR #456 for DE language (#478) --- translations/de.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/de.json b/translations/de.json index 5e7827c1..4d0cd846 100644 --- a/translations/de.json +++ b/translations/de.json @@ -184,7 +184,7 @@ "storage": { "storage_title": "Speicher", "app_usage": "App {{usedSpace}}%", - "phone_usage": "Handy {{availableSpace}}%", + "device_usage": "Gerät {{availableSpace}}%", "size_used": "{{used}} von {{total}} benutzt", "delete_all_downloaded_files": "Alle Downloads löschen" }, @@ -454,4 +454,4 @@ "custom_links": "Benutzerdefinierte Links", "favorites": "Favoriten" } -} \ No newline at end of file +}