mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 15:14:33 +08:00
rename inventories buttons
This commit is contained in:
parent
491416a0f7
commit
ca022fead7
3 changed files with 4 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue