- updated users table;
This commit is contained in:
@@ -2,6 +2,9 @@ import { __ } from '@wordpress/i18n';
|
||||
|
||||
const getBandoLabel = (status) => {
|
||||
switch (status) {
|
||||
case 'ACTIVE':
|
||||
return __('Attivo', 'gepafin');
|
||||
|
||||
case 'SUBMIT':
|
||||
return __('Inviato', 'gepafin');
|
||||
|
||||
@@ -17,6 +20,9 @@ const getBandoLabel = (status) => {
|
||||
case 'DRAFT':
|
||||
return __('Bozza', 'gepafin');
|
||||
|
||||
case 'AWAITING':
|
||||
return __('In attesa', 'gepafin');
|
||||
|
||||
case 'EXPIRED':
|
||||
return __('Scaduto', 'gepafin');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user