Skip to content

Commit

Permalink
Merge branch 'rename-history-button' into 'main'
Browse files Browse the repository at this point in the history
Rename version history close button

See merge request reportcreator/reportcreator!689
  • Loading branch information
aronmolnar committed Aug 30, 2024
2 parents ce95bd2 + ad54028 commit d23d84e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:to="currentUrl" exact
class="ml-1 mr-1 d-none d-lg-inline-flex"
prepend-icon="mdi-undo"
text="Back to current version"
text="Close Version History"
/>
<btn-history v-model="historyVisible" />
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:to="currentUrl" exact
class="ml-1 mr-1 d-none d-lg-inline-flex"
prepend-icon="mdi-undo"
text="Back to current version"
text="Close Version History"
/>
<btn-comments v-model="localSettings.reportingCommentSidebarVisible" :comments="fieldAttrsCurrent.collab.comments" />
<btn-history v-model="historyVisible" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:to="currentUrl" exact
class="ml-1 mr-1 d-none d-lg-inline-flex"
prepend-icon="mdi-undo"
text="Back to current version"
text="Close Version History"
/>
<btn-comments v-model="localSettings.reportingCommentSidebarVisible" :comments="fieldAttrsCurrent.collab.comments" />
<btn-history v-model="historyVisible" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:to="`/templates/${fetchState.data.value.templateCurrent!.id}/`" exact
class="ml-1 mr-1"
prepend-icon="mdi-undo"
text="Back to current version"
text="Close Version History"
/>
</template>
</template-editor-diff>
Expand Down

0 comments on commit d23d84e

Please sign in to comment.