Skip to content

Commit 4feae86

Browse files
authored
chore(i18n): Remove leading space
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent f9e81e7 commit 4feae86

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)