Skip to content

Commit 3ccedc2

Browse files
rakeknivenbackportbot[bot]
authored andcommitted
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>
1 parent 89194e8 commit 3ccedc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ How to translate with transifex:
6969
<string name="nc_display_name_not_fetched">Display name couldn\'t be fetched, aborting</string>
7070
<string name="nc_nextcloud_talk_app_not_installed">%1$s not available (not installed or restricted by admin)</string>
7171
<string name="nc_display_name_not_stored">Could not store display name, aborting</string>
72-
<string name="nc_push_notification_error"> Sorry something went wrong, error is %1$s</string>
72+
<string name="nc_push_notification_error">Sorry something went wrong, error is %1$s</string>
7373
<string name="nc_push_notification_fetch_error">Sorry something went wrong, cannot fetch test push message</string>
7474

7575
<string name="nc_search">Search</string>

0 commit comments

Comments
 (0)