File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
ui-dev/src/modules/sub-items Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 187
187
<note >key: edit_item_btn.label</note >
188
188
</trans-unit >
189
189
<trans-unit id =" 0f2106150fc552b94658eee2125a4c4680f3564c" resname =" hide_locations_btn.label" >
190
- <source >Hide</source >
191
- <target state =" new" >Hide</target >
190
+ <source >Hide Location </source >
191
+ <target state =" new" >Hide Location </target >
192
192
<note >key: hide_locations_btn.label</note >
193
193
</trans-unit >
194
194
<trans-unit id =" 2f2de7291ed87063841f5d65e5d73c1c50eaa3be" resname =" instant.filter.placeholder" >
312
312
<note >key: udw.choose_location.title</note >
313
313
</trans-unit >
314
314
<trans-unit id =" 8518fc267b3ab3f637351ddbd8ad08e1312d822c" resname =" unhide_locations_btn.label" >
315
- <source >Reveal</source >
316
- <target state =" new" >Reveal</target >
315
+ <source >Reveal Location </source >
316
+ <target state =" new" >Reveal Location </target >
317
317
<note >key: unhide_locations_btn.label</note >
318
318
</trans-unit >
319
319
<trans-unit id =" 712c8bc3c12cd6e3f3940ae76271148a9e4b0818" resname =" view_columns_toggler.label" >
Original file line number Diff line number Diff line change @@ -1258,13 +1258,13 @@ export default class SubItemsModule extends Component {
1258
1258
}
1259
1259
1260
1260
renderBulkHideBtn ( disabled ) {
1261
- const label = Translator . trans ( /*@Desc ("Hide")*/ 'hide_locations_btn.label' , { } , 'ibexa_sub_items' ) ;
1261
+ const label = Translator . trans ( /*@Desc ("Hide Location ")*/ 'hide_locations_btn.label' , { } , 'ibexa_sub_items' ) ;
1262
1262
1263
1263
return this . renderActionBtnWrapper ( < ActionButton disabled = { disabled } onClick = { this . onHideBtnClick } label = { label } type = "hide" /> ) ;
1264
1264
}
1265
1265
1266
1266
renderBulkUnhideBtn ( disabled ) {
1267
- const label = Translator . trans ( /*@Desc ("Reveal")*/ 'unhide_locations_btn.label' , { } , 'ibexa_sub_items' ) ;
1267
+ const label = Translator . trans ( /*@Desc ("Reveal Location ")*/ 'unhide_locations_btn.label' , { } , 'ibexa_sub_items' ) ;
1268
1268
1269
1269
return this . renderActionBtnWrapper (
1270
1270
< ActionButton disabled = { disabled } onClick = { this . onUnhideBtnClick } label = { label } type = "reveal" /> ,
You can’t perform that action at this time.
0 commit comments