From 3ccedc21ed6e5bb9440211f474ac054e5d24dfcd Mon Sep 17 00:00:00 2001
From: rakekniven <2069590+rakekniven@users.noreply.github.com>
Date: Fri, 17 Apr 2026 21:47:14 +0200
Subject: [PATCH] fix(i18n): Remove leading space from push notification error
message
See https://docs.nextcloud.com/server/latest/developer_manual/basics/translations.html#dos-and-don-ts
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
---
app/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7ee10c06f6a..dece889944b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -69,7 +69,7 @@ How to translate with transifex:
Display name couldn\'t be fetched, aborting
%1$s not available (not installed or restricted by admin)
Could not store display name, aborting
- Sorry something went wrong, error is %1$s
+ Sorry something went wrong, error is %1$s
Sorry something went wrong, cannot fetch test push message
Search