feat!: renamed voip-related settings (#33434)
* chore: renamed voip settings * i18n: expressions for voip team collab * chore: renamed omnichannel voip settings group * i18n: removed and adjusted expression * chore: changeset * chore: adjusted migration * chore: updated changeset to majorpull/33628/head
parent
e1c4767de7
commit
5acb59bb39
@ -0,0 +1,6 @@ |
||||
--- |
||||
"@rocket.chat/meteor": major |
||||
"@rocket.chat/i18n": patch |
||||
--- |
||||
|
||||
Renames the settings group 'Voice Channel' to 'Omnichannel voice channel (VoIP)' to better reflect its responsibility. |
||||
@ -0,0 +1,11 @@ |
||||
import { Settings } from '@rocket.chat/models'; |
||||
|
||||
import { addMigration } from '../../lib/migrations'; |
||||
|
||||
addMigration({ |
||||
version: 313, |
||||
name: 'Remove "Call_Center" setting group', |
||||
async up() { |
||||
await Settings.deleteOne({ _id: 'Call_Center', type: 'group' }); |
||||
}, |
||||
}); |
||||
Loading…
Reference in new issue