-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove space #40700
Remove space #40700
Conversation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@Valdnet this needs a manual rebase and then you can run the compile command again |
@nickvergessen was my suggestion actually ok, or are there smarter/better ways? perhaps also with RTL in mind? |
@@ -278,7 +278,7 @@ export default { | |||
|
|||
computed: { | |||
title() { | |||
let title = t('files_sharing', 'Share with ') | |||
let title = t('files_sharing', 'Share with') + " " | |||
if (this.share.type === this.SHARE_TYPES.SHARE_TYPE_USER) { | |||
title = title + this.share.shareWithDisplayName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per https://docs.nextcloud.com/server/latest/developer_manual/basics/front-end/l10n.html#improving-your-translations this is not good.
It would be better to have a full t() in each of the else-if branches?
@Valdnet do you want to take care of the manual rebase and fix the issues from the comments or close and started from scratch? |
@AndyScherzinger I'm closing PR 😉. |
No description provided.