Skip to content

Commit

Permalink
Merge pull request #2253 from nextcloud/fix/noid/textfield-labels
Browse files Browse the repository at this point in the history
Add proper labels to NcTextField components
  • Loading branch information
raimund-schluessler committed Apr 18, 2023
2 parents 0fc86ba + 078965b commit ef4660e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/ListItemCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
trailing-button-icon="arrowRight"
:value.sync="newCalendarName"
:error="nameError"
:placeholder="t('tasks', 'Save')"
:label="t('tasks', 'List name')"
@trailing-button-click="save(calendar)"
@keyup="checkName($event, calendar)">
<Pencil :size="16" />
Expand Down
2 changes: 1 addition & 1 deletion src/views/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
trailing-button-icon="arrowRight"
:value.sync="newCalendarName"
:error="nameError"
:placeholder="t('tasks', 'New List')"
:label="t('tasks', 'New list')"
@trailing-button-click="create()"
@keyup="checkName($event)">
<Plus :size="16" />
Expand Down

0 comments on commit ef4660e

Please sign in to comment.