feat(i18n): add missing Polish (and English) translation entries (#1669)

This commit is contained in:
Glaydus 2023-02-12 17:59:07 +01:00 committed by GitHub
parent da7cc78a7e
commit f295ddbcd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 10 deletions

View file

@ -66,12 +66,14 @@ const chooseIcon = (i: number, text: string) => {
</CommonDropdown>
<input
v-model="form.fieldsAttributes[i - 1].name"
type="text" placeholder="Label"
type="text" placeholder-text-secondary
:placeholder="$t('settings.profile.appearance.profile_metadata_label')"
input-base
>
<input
v-model="form.fieldsAttributes[i - 1].value"
type="text" placeholder="Content"
type="text" placeholder-text-secondary
:placeholder="$t('settings.profile.appearance.profile_metadata_value')"
input-base
>
</div>