Improved wording.
This commit is contained in:
parent
dc63771df7
commit
82b18b5dea
5 changed files with 6 additions and 5 deletions
|
@ -440,7 +440,7 @@
|
|||
</div>
|
||||
<div class="profile-section">
|
||||
<div class="frequency stat-widget vertical">
|
||||
<h3>Frequency</h3>
|
||||
<h3><%- @T('Frequency') %></h3>
|
||||
<div class="stat-graphic">
|
||||
<div class="stats-row">
|
||||
<div class="stat-bars">
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
</div>
|
||||
<div class="profile-section">
|
||||
<div class="frequency stat-widget vertical">
|
||||
<h3>Frequency</h3>
|
||||
<h3><%- @T('Frequency') %></h3>
|
||||
<div class="stat-graphic">
|
||||
<div class="stats-row">
|
||||
<div class="stat-bars">
|
||||
|
|
|
@ -19,10 +19,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="visibility-toggle zIndex-7 u-clickable editControls-item">
|
||||
<div class="internal-visibility centered" title="<%- @Ti("set public") %>">
|
||||
<div class="internal-visibility centered" title="<%- @Ti("set to public") %>">
|
||||
<div class="internal visibility icon"></div>
|
||||
</div>
|
||||
<div class="public-visibility centered" title="<%- @Ti("set internal") %>">
|
||||
<div class="public-visibility centered" title="<%- @Ti("set to internal") %>">
|
||||
<div class="public visibility icon"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<h3><%- @T('Frequency') %></h3>
|
||||
<h3>Frequency</h3>
|
||||
<div class="stat-graphic">
|
||||
<% for item in @ticket_volume_by_year: %>
|
||||
|
|
|
@ -292,7 +292,7 @@ Setting.create_if_not_exists(
|
|||
title: 'Lost Password',
|
||||
name: 'user_lost_password',
|
||||
area: 'Security::Base',
|
||||
description: 'Activates lost password feature for agents, in the agent interface.',
|
||||
description: 'Activates lost password feature for users.',
|
||||
options: {
|
||||
form: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue