Skip to content

Commit

Permalink
misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 14, 2020
1 parent a7deb24 commit 14564d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
v-if="namespace"
class="separate-left"
:show-message="checkValidation"
legend="Namespace and identifier needs to be set to be save."
legend="Namespace and identifier needs to be set to be saved."
/>
</div>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
v-if="identifier.namespace_id"
class="separate-left"
:show-message="checkValidation"
legend="Namespace and identifier needs to be set to be save."
legend="Namespace and identifier needs to be set to be saved."
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/vue/tasks/digitize/lang/help/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
sections: {
collectionObject: {
buffered: 'Complete here with the info the way you see it on the labels on the specimen.',
identifier: 'Usually the number asigned to this particular specimen within the collection.'
identifier: 'Usually the number assigned to this particular specimen within the collection.'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@input="checkIdentifier"
v-model="identifier.identifier">
<span
class="margin-small-left">Namespace and identifier needs to be set to be save.</span>
class="margin-small-left">Namespace and identifier needs to be set to be saved.</span>
</div>
<span
v-if="!namespace && identifier && identifier.length"
Expand Down

0 comments on commit 14564d8

Please sign in to comment.