Remove custom bookmarklet error message.

Flash error is shown on bookmarklet post error. On error, return post_something message to form
This commit is contained in:
Jason Robinson 2014-06-01 15:37:54 +03:00
parent f130ab3842
commit ad0982f35e
2 changed files with 2 additions and 2 deletions

View file

@ -40,6 +40,6 @@ app.views.Bookmarklet = Backbone.View.extend({
}, },
_postError: function(evt) { _postError: function(evt) {
this.$('h4').text(Diaspora.I18n.t('bookmarklet.post_error')); this.$('h4').text(Diaspora.I18n.t('bookmarklet.post_something'));
} }
}); });

View file

@ -54,9 +54,9 @@ en:
add_option: "Add option" add_option: "Add option"
question: "Question" question: "Question"
bookmarklet: bookmarklet:
post_something: "Post to diaspora*"
post_submit: "Submitting post..." post_submit: "Submitting post..."
post_success: "Posted! Closing popup window..." post_success: "Posted! Closing popup window..."
post_error: "An error occurred, try again later."
infinite_scroll: infinite_scroll:
no_more: "No more posts." no_more: "No more posts."
no_more_contacts: "No more contacts." no_more_contacts: "No more contacts."