diff --git a/chat-client/src/locales/en.ts b/chat-client/src/locales/en.ts index e7c14e5..23cfb30 100644 --- a/chat-client/src/locales/en.ts +++ b/chat-client/src/locales/en.ts @@ -556,6 +556,13 @@ export default { loading: 'Loading...', updateRecommendation: 'Update Recommendation', addRecommendation: 'Add Recommendation', - } + }, + vabtabs: { + refresh: 'Refresh', + closeOthers: 'Close Others', + closeLeft: 'Close Left', + closeRight: 'Close Right', + closeAll: 'Close All', + }, }, }