fix: refs #8118 correct spelling in success message for work center removal
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
5116ce89a1
commit
96b02a3b22
|
@ -9,7 +9,7 @@ describe('AgencyWorkCenter', () => {
|
|||
const messages = {
|
||||
dataCreated: 'Data created',
|
||||
alreadyAssigned: 'This workCenter is already assigned to this agency',
|
||||
removed: 'WorkCenter removed successfully',
|
||||
removed: 'Work center removed successfully',
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Reference in New Issue