mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
Merge pull request #3487 from JohnONolan/notification-copy
Shorter notifications
This commit is contained in:
commit
cda6f8f188
@ -139,12 +139,12 @@ var EditorControllerMixin = Ember.Mixin.create(MarkerManager, {
|
|||||||
errors: {
|
errors: {
|
||||||
post: {
|
post: {
|
||||||
published: {
|
published: {
|
||||||
'published': 'Your post could not be updated.',
|
'published': 'Update failed.',
|
||||||
'draft': 'Your post could not be saved as a draft.'
|
'draft': 'Saving failed.'
|
||||||
},
|
},
|
||||||
draft: {
|
draft: {
|
||||||
'published': 'Your post could not be published.',
|
'published': 'Publish failed.',
|
||||||
'draft': 'Your post could not be saved as a draft.'
|
'draft': 'Saving failed.'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -153,12 +153,12 @@ var EditorControllerMixin = Ember.Mixin.create(MarkerManager, {
|
|||||||
success: {
|
success: {
|
||||||
post: {
|
post: {
|
||||||
published: {
|
published: {
|
||||||
'published': 'Your post has been updated.',
|
'published': 'Updated.',
|
||||||
'draft': 'Your post has been saved as a draft.'
|
'draft': 'Saved.'
|
||||||
},
|
},
|
||||||
draft: {
|
draft: {
|
||||||
'published': 'Your post has been published.',
|
'published': 'Published!',
|
||||||
'draft': 'Your post has been saved as a draft.'
|
'draft': 'Saved.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user