File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export class RedirectListItem extends React.PureComponent<RedirectListItemProps>
97
97
role = "button"
98
98
className = "copy-path"
99
99
onClick = { ( ) => handleCopyPathAction ( redirect . sourceUriPath ) }
100
+ title = { translate ( 'clipBoardCopyLabel' , 'Copy' ) }
100
101
>
101
102
< Icon icon = "clipboard" />
102
103
</ span >
@@ -109,6 +110,7 @@ export class RedirectListItem extends React.PureComponent<RedirectListItemProps>
109
110
role = "button"
110
111
className = "copy-path"
111
112
onClick = { ( ) => handleCopyPathAction ( redirect . targetUriPath ) }
113
+ title = { translate ( 'clipBoardCopyLabel' , 'Copy' ) }
112
114
>
113
115
< Icon icon = "clipboard" />
114
116
</ span >
Original file line number Diff line number Diff line change 393
393
<source >The 451 HTTP status code shows that the requested content has been deleted because of legal reasons.</source >
394
394
<target >Der HTTP-Statuscode 451 zeigt an, dass der angeforderte Inhalt aus rechtlichen Gründen gelöscht wurde.</target >
395
395
</trans-unit >
396
+ <trans-unit id =" clipBoardCopyLabel" xml : space =" preserve" >
397
+ <source >Copy</source >
398
+ <target >Kopieren</target >
399
+ </trans-unit >
396
400
</body >
397
401
</file >
398
402
</xliff >
Original file line number Diff line number Diff line change 304
304
<trans-unit id =" statusCodes.451.tooltip" xml : space =" preserve" >
305
305
<source >The 451 HTTP status code shows that the requested content has been deleted because of legal reasons.</source >
306
306
</trans-unit >
307
+ <trans-unit id =" clipBoardCopyLabel" xml : space =" preserve" >
308
+ <source >Copy</source >
309
+ <target >Kopieren</target >
310
+ </trans-unit >
307
311
</body >
308
312
</file >
309
313
</xliff >
You can’t perform that action at this time.
0 commit comments