Skip to content

Commit

Permalink
UI / fixed name of capture modal for paged replies
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-ev committed Apr 20, 2021
1 parent c18214d commit caccac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/vue/components/modals/CaptureViewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:is_loading="is_sending_content_to_server"
>
<template slot="header">
<span class>{{ $t("edit_a_chat") }}</span>
<span class>{{ $t("capture") }}</span>
</template>

<template slot="preview">
Expand Down

0 comments on commit caccac5

Please sign in to comment.