Skip to content

Commit

Permalink
feature: small locale fix [WTEL-4354]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Apr 19, 2024
1 parent 63af419 commit f8a5ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<template #main>
<form>
<wt-input
:label="$t('objects.name')"
:label="$t('objects.title')"
:v="v$.itemInstance.name"
:value="itemInstance.name"
required
Expand Down

0 comments on commit f8a5ad2

Please sign in to comment.