some English strings improvements

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
Marcin Mikołajczak 2019-02-28 14:03:25 +01:00
parent 7437b07d5a
commit 850544f006
12 changed files with 65 additions and 65 deletions

View file

@ -64,7 +64,7 @@ export default {
},
methods: {
followUser(id, event) {
axios.post('/i/follow', {
item: id
@ -74,7 +74,7 @@ export default {
el.text('Unfollow');
}).catch(err => {
swal(
'Whoops! Something went wrong...',
'Whoops! Something went wrong',
'An error occurred, please try again later.',
'error'
);
@ -136,4 +136,4 @@ export default {
},
}
}
</script>
</script>