Skip to content

Commit

Permalink
fix: dir-item-rename notification is displaying information in wrong …
Browse files Browse the repository at this point in the history
…order
  • Loading branch information
aleksey-hoffman committed May 25, 2021
1 parent a8faf85 commit c808341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -4432,8 +4432,8 @@ export default new Vuex.Store({
timeout: 8000,
closeButton: true,
title: 'Renamed 1 item',
message: `<b>Was</b>: ${newName}
<br><b>Now</b>: ${oldName}`,
message: `<b>Was</b>: ${oldName}
<br><b>Now</b>: ${newName}`,
actionButtons: [
{
title: localize.get('text_undo'),
Expand Down

0 comments on commit c808341

Please sign in to comment.