updated code

This commit is contained in:
rajesh
2025-01-22 16:39:10 +05:30
parent b31c33103d
commit c8580317ba
2 changed files with 3 additions and 1 deletions

View File

@@ -351,3 +351,4 @@ user.action.fetched.successfully = User action details fetched successfully.
action.context.labels.fetched.successfully = Action Context Labels Fetched Successfully.
amount.accepted.required=Amount accepted is required while approving the application.
call.expired=Call has been expired.
amount.request.should.greated.then.zero=Requested amount should not be empty and should be greater than zero.

View File

@@ -341,4 +341,5 @@ user.with.company.not.found = Utente con azienda non trovato per utente o aziend
user.action.fetched.successfully = Dettagli sull'azione dell'utente recuperati correttamente.
action.context.labels.fetched.successfully = Etichette del contesto dell'azione recuperate correttamente.
amount.accepted.required=L'importo accettato � obbligatorio durante l'approvazione della domanda.
call.expired=La chiamata è scaduta.
call.expired=La chiamata è scaduta.
amount.request.should.greated.then.zero=L'importo richiesto non deve essere vuoto e deve essere maggiore di zero.