mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 17:14:54 +08:00
Style and copy fix [SCI-6272] (#3670)
This commit is contained in:
parent
0749fbdf7b
commit
d08882e7f2
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
@include font-small;
|
@include font-small;
|
||||||
background: $color-concrete;
|
background: $color-concrete;
|
||||||
border-radius: $border-radius-tag;
|
border-radius: $border-radius-tag;
|
||||||
|
cursor: pointer;
|
||||||
padding: .25em;
|
padding: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2563,7 +2563,7 @@ en:
|
||||||
title: "Access to %{resource_name}"
|
title: "Access to %{resource_name}"
|
||||||
edit_modal:
|
edit_modal:
|
||||||
title: "Manage access for %{resource_name}"
|
title: "Manage access for %{resource_name}"
|
||||||
description: "Changing roles will not take away any permissions from previous levels. Permissions can only be added with a new role. New permissions apply only to this concrete task."
|
description: "Changing a role will take away any permissions inherited from the project or the experiment. New permissions will apply only to this specific task."
|
||||||
zip_export:
|
zip_export:
|
||||||
modal_label: 'Export inventory'
|
modal_label: 'Export inventory'
|
||||||
notification_title: 'Your requested export package is ready!'
|
notification_title: 'Your requested export package is ready!'
|
||||||
|
|
Loading…
Add table
Reference in a new issue