Commit 8fb1e53 1 parent 0585ac3 commit 8fb1e53 Copy full SHA for 8fb1e53
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ unstar = Unstar
1018
1018
star = Star
1019
1019
fork = Fork
1020
1020
download_archive = Download Repository
1021
- more_actions = More Actions
1021
+ more_operations = More Operations
1022
1022
1023
1023
no_desc = No Description
1024
1024
quick_guide = Quick Guide
@@ -1173,7 +1173,7 @@ commits.signed_by_untrusted_user_unmatched = Signed by untrusted user who does n
1173
1173
commits.gpg_key_id = GPG Key ID
1174
1174
commits.ssh_key_fingerprint = SSH Key Fingerprint
1175
1175
1176
- commit.actions = Actions
1176
+ commit.operations = Operations
1177
1177
commit.revert = Revert
1178
1178
commit.revert-header = Revert: %s
1179
1179
commit.revert-content = Select branch to revert onto:
@@ -2989,7 +2989,7 @@ monitor.queue.pool.cancel_desc = Leaving a queue without any worker groups may c
2989
2989
2990
2990
notices.system_notice_list = System Notices
2991
2991
notices.view_detail_header = View Notice Details
2992
- notices.actions = Actions
2992
+ notices.operations = Operations
2993
2993
notices.select_all = Select All
2994
2994
notices.deselect_all = Deselect All
2995
2995
notices.inverse_selection = Inverse Selection
Original file line number Diff line number Diff line change 46
46
</form>
47
47
</div>
48
48
<div class="ui floating upward dropdown small button">
49
- <span class="text">{{.locale.Tr "admin.notices.actions "}}</span>
49
+ <span class="text">{{.locale.Tr "admin.notices.operations "}}</span>
50
50
<div class="menu">
51
51
<div class="item select action" data-action="select-all">
52
52
{{.locale.Tr "admin.notices.select_all"}}
Original file line number Diff line number Diff line change 26
26
{{.locale.Tr "repo.diff.browse_source"}}
27
27
</a>
28
28
{{if and ($.Permission.CanWrite $.UnitTypeCode) (not $.Repository.IsArchived) (not .IsDeleted)}}{{- /* */ -}}
29
- <div class="ui primary tiny floating dropdown icon button">{{.locale.Tr "repo.commit.actions "}}
29
+ <div class="ui primary tiny floating dropdown icon button">{{.locale.Tr "repo.commit.operations "}}
30
30
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
31
31
<div class="menu">
32
- <div class="ui header">{{.locale.Tr "repo.commit.actions "}}</div>
32
+ <div class="ui header">{{.locale.Tr "repo.commit.operations "}}</div>
33
33
<div class="divider"></div>
34
34
<div class="item show-create-branch-modal"
35
35
data-content="{{$.locale.Tr "repo.branch.new_branch_from" (.CommitID)}}"
Original file line number Diff line number Diff line change 117
117
{{if eq $n 0}}
118
118
<div class="ui action tiny input" id="clone-panel">
119
119
{{template "repo/clone_buttons" .}}
120
- <button id="more-btn" class="ui basic small compact jump dropdown icon button tooltip" data-content="{{.locale.Tr "repo.more_actions "}}" data-position="top right">
120
+ <button id="more-btn" class="ui basic small compact jump dropdown icon button tooltip" data-content="{{.locale.Tr "repo.more_operations "}}" data-position="top right">
121
121
{{svg "octicon-kebab-horizontal"}}
122
122
<div class="menu">
123
123
{{if not $.DisableDownloadSourceArchives}}
You can’t perform that action at this time.
0 commit comments