Skip to content

Commit 4c077f9

Browse files
authored
Merge pull request #6090 from nextcloud/rakekniven-patch-1
fix(i18n): Remove leading space from push notification error message
2 parents 6c45aac + 504b318 commit 4c077f9

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)