Skip to content

Commit

Permalink
"video" not "file"
Browse files Browse the repository at this point in the history
  • Loading branch information
happycollision committed Jun 19, 2018
1 parent 5b65042 commit 6d54885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/i18n/english.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
button: {
invoke_file_picker: 'Choose a file',
invoke_file_picker: 'Choose a video',
submit: 'Submit'
},
label: {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/spanish.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
button: {
invoke_file_picker: 'Escoge un archivo',
invoke_file_picker: 'Escoge un video',
submit: 'Entregar'
},
label: {
Expand Down

0 comments on commit 6d54885

Please sign in to comment.