Maintenance: Correct email channel archive function wording
The wording of the archive function is miss leading. Timestamps are not removed, but the original ones of the mail you're archive-importing will be used. The new string reflects that.
This commit is contained in:
parent
386ed0f4f8
commit
afa963b0ff
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@
|
|||
<p><%- @T('Should the emails from this mailbox be imported as an archive or as regular emails?') %></p>
|
||||
|
||||
<ul>
|
||||
<li><%- @T('Import as archive: |No notifications are sent|, the |tickets are closed| and timestamps are removed. You can still find them in Zammad using the search.') %></li>
|
||||
<li><%- @T('Import as archive: |No notifications are sent|, the |tickets are closed| and original timestamps are used. You can still find them in Zammad using the search.') %></li>
|
||||
<li><%- @T('Import as regular: |Notifications are sent| and the |tickets are open| - you can find the tickets in the overview of open tickets.') %></li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<p><%- @T('Should the emails from this mailbox be imported as an archive or as regular emails?') %></p>
|
||||
|
||||
<ul>
|
||||
<li><%- @T('Import as archive: |No notifications are sent|, the |tickets are closed| and timestamps are removed. You can still find them in Zammad using the search.') %></li>
|
||||
<li><%- @T('Import as archive: |No notifications are sent|, the |tickets are closed| and original timestamps are used. You can still find them in Zammad using the search.') %></li>
|
||||
<li><%- @T('Import as regular: |Notifications are sent| and the |tickets are open| - you can find the tickets in the overview of open tickets.') %></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue