Bugfix: Fix copy in agent availability status (#466)
Copy update for agent status
This commit is contained in:
parent
83b0bb4062
commit
607fc25723
3 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@ describe('#getAvailableAgentsText', () => {
|
|||
it('returns the correct text is there are two online agents', () => {
|
||||
expect(
|
||||
getAvailableAgentsText([{ name: 'Pranav' }, { name: 'Nithin' }])
|
||||
).toEqual('Pranav and Nithin is available');
|
||||
).toEqual('Pranav and Nithin are available');
|
||||
});
|
||||
|
||||
it('returns the correct text is there are more than two online agents', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue