Skip to content

Commit

Permalink
Response "Saved"
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Nov 29, 2020
1 parent b337da5 commit a928798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit2/update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ string edit2_update (void * webserver_request)


// If there's no message at all, return at least something to the editor.
if (messages.empty ()) messages.push_back (locale_logic_text_updated ());
if (messages.empty ()) messages.push_back (locale_logic_text_saved ());


// The response to send to back to the editor.
Expand Down

0 comments on commit a928798

Please sign in to comment.