You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval/tabs/fullScript_approved.properties
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ noContextItemSinceMetadata_tooltip=The context item was not provided by the code
28
28
29
29
emptyMetadata=There is no metadata for this approval
30
30
emptyMetadata_tooltip=If the script is used after the metadata introduction, some metadata will be displayed here. \
31
-
It means that an unused approval will not have metadata and could be reasonably revoked after a certain period of time.
31
+
It means that an unused approval will not have metadata and could be reasonably removed after a certain period of time.
32
32
noScriptCodeSinceMetadata=N/A
33
33
noScriptCodeSinceMetadata_tooltip=The approval was given while the metadata was not gathered.
34
34
approvedContextUser=Requester
@@ -44,8 +44,8 @@ notApprovedSinceMetadata_tooltip=It was not approved since the introduction of m
44
44
noKnownApproverSinceMetadata=N/A
45
45
noKnownApproverSinceMetadata_tooltip=It was not approved since the introduction of metadata.
46
46
47
-
revokeApproval=Revoke all selected
48
-
revokeApproval_tooltip=Revoking an approved script can have an impact on the jobs using it. \
47
+
revokeApproval=Remove selected
48
+
revokeApproval_tooltip=Remove an approved script can have an impact on the jobs using it. \
49
49
The next time an attempt to execute the script is made, a new approval will be required.
50
50
revokeApproval_confirm=Really delete all selected approvals? Any existing scripts will need to be requeued and reapproved.
51
51
approvedNoSelectedItemError=Please select at least one line.
0 commit comments