rename inventories buttons

This commit is contained in:
mlorb 2018-05-03 10:39:50 +02:00
parent 491416a0f7
commit ca022fead7
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<div id="repository-columns-dropdown" class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown">
<span class="glyphicon glyphicon-eye-open"></span>
<span class="hidden-xs"><%= t('repositories.columns_reorder') %></span>
<span class="hidden-xs"><%= t('repositories.index.visibility') %></span>
</button>
<ul class="dropdown-menu dropdown-menu-right smart-dropdown" id="repository-columns-list">
<li class="repository-columns-list-template hide">

View file

@ -22,7 +22,7 @@
aria-expanded="true"
<%= "disabled" unless can_perform_repository_actions(@repository) %>>
<span class="glyphicon glyphicon-cog"></span>
<span class="hidden-xs"><%= t('repositories.index.settings') %></span>
<span class="hidden-xs"><%= t('repositories.index.advanced') %></span>
<span class="caret"></span>
</div>

View file

@ -895,7 +895,8 @@ en:
no_teams:
title: "Your dashboard is empty!"
text: "It seems you're not a member of any team. See team management to sort it out."
settings: "Manage"
visibility: "Visibility"
advanced: "Advanced"
options_dropdown:
header: "Edit inventory"
rename: "Rename"