Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
fix(ux): clarify some proposal forms labels
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Oct 28, 2019
1 parent ab94f6c commit ef61037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/proposal/ClassForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<div class="columns">
<div class="column">
<div class="field example">
<label class="label">Example</label>
<label class="label">Example (valid Turtle)</label>
<div class="control">
<textarea
ref="exampleTextarea"
Expand Down
4 changes: 2 additions & 2 deletions components/proposal/PropertyForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class="columns">
<div class="column">
<div class="field example">
<label class="label">Example</label>
<label class="label">Example (valid Turtle)</label>
<div class="control">
<textarea
ref="exampleTextarea"
Expand All @@ -122,7 +122,7 @@
<typeahead
:disabled="disabled"
:search-function="propertiesSearch"
label="Same As"
label="Same As (owl:equivalentProperty)"
@selectionChanged="selectSameAs">
<div
v-if="typeahead.inputString"
Expand Down

0 comments on commit ef61037

Please sign in to comment.