mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Improve label for sharing feature
This commit is contained in:
parent
de8459d753
commit
2ab6711364
2 changed files with 2 additions and 1 deletions
|
@ -323,5 +323,6 @@
|
|||
"logs_started_at": "Start",
|
||||
"logs_path": "Path",
|
||||
"logs_context": "Context",
|
||||
"logs_share_with_yunopaste": "Share with YunoPaste",
|
||||
"logs_more": "Display more lines"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="actions-group">
|
||||
<a data-paste-content="#description, #metadata, #env, #log" class="btn btn-success">
|
||||
<span class="fa-cloud-upload"></span> {{t 'upload'}}
|
||||
<span class="fa-cloud-upload"></span> {{t 'logs_share_with_yunopaste'}}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue