Skip to content

Commit 23dc6c8

Browse files
authored
Merge pull request #4022 from nextcloud/rakekniven-patch-3
chore(i18n): Remove leading space
2 parents 3d28793 + 4feae86 commit 23dc6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Modals/TransferPollDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const dialogProps = computed(() => ({
119119
v-model="newUser"
120120
:search-types="[ISearchType.User]"
121121
:input-label="
122-
t('polls', ' Select the user to transfer the ownership to')
122+
t('polls', 'Select the user to transfer the ownership to')
123123
"
124124
user-select
125125
close-on-select

0 commit comments

Comments
 (0)