diff --git a/app/src/interfaces/_system/system-modules/system-modules.vue b/app/src/interfaces/_system/system-modules/system-modules.vue index 9fea557f17..1a1b528576 100644 --- a/app/src/interfaces/_system/system-modules/system-modules.vue +++ b/app/src/interfaces/_system/system-modules/system-modules.vue @@ -107,7 +107,7 @@ const linkFields: DeepPartial[] = [ required: true, interface: 'input', options: { - placeholder: '$t:url_example', + placeholder: 'https://example.com', }, }, }, diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index 629bfffbdd..732e6d8ec1 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -61,8 +61,6 @@ create_user: Create User delete_panel: Delete Panel create_webhook: Create Webhook invite_users: Invite Users -email_examples: "admin{'@'}example.com, user{'@'}example.com..." -url_example: "https://example.com" invite: Invite email_already_invited: Email "{email}" has already been invited emails: Emails diff --git a/app/src/views/private/components/users-invite/users-invite.vue b/app/src/views/private/components/users-invite/users-invite.vue index b883f82f95..3d4204b294 100644 --- a/app/src/views/private/components/users-invite/users-invite.vue +++ b/app/src/views/private/components/users-invite/users-invite.vue @@ -11,7 +11,7 @@
{{ t('emails') }}
- +
{{ t('role') }}