Skip to content

Commit

Permalink
CB-5746 clean -> clear
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Oct 8, 2024
1 parent 8c30761 commit a414b0b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion webapp/packages/core-localization/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default [
['ui_error_message', 'Error:'],
['ui_error_close', 'Close'],
['ui_clear', 'Clear'],
['ui_clean', 'Clean'],
['ui_remove', 'Remove'],
['ui_close', 'Close'],
['ui_open', 'Open'],
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/core-localization/src/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default [
['ui_error_message', 'Erreur :'],
['ui_error_close', 'Fermer'],
['ui_clear', 'Effacer'],
['ui_clean', 'Clean'],
['ui_remove', 'Supprimer'],
['ui_close', 'Fermer'],
['ui_open', 'Ouvrir'],
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/core-localization/src/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default [
['ui_error_message', 'Errore:'],
['ui_error_close', 'Chiudi'],
['ui_clear', 'Clear'],
['ui_clean', 'Clean'],
['ui_remove', 'Remove'],
['ui_close', 'Chiudi'],
['ui_open', 'Open'],
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/core-localization/src/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default [
['ui_error_message', 'Ошибка:'],
['ui_error_close', 'Закрыть'],
['ui_clear', 'Очистить'],
['ui_clean', 'Очистить'],
['ui_remove', 'Убрать'],
['ui_close', 'Закрыть'],
['ui_open', 'Открыть'],
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/core-localization/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default [
['ui_error_message', '错误:'],
['ui_error_close', '关闭'],
['ui_clear', '清除'],
['ui_clean', 'Clean'],
['ui_remove', '移除'],
['ui_close', '关闭'],
['ui_open', '打开'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { createAction } from '@cloudbeaver/core-view';

export const ACTION_DATA_VIEWER_GROUPING_CLEAR = createAction('data-viewer-grouping-clear', {
label: 'ui_clean',
tooltip: 'ui_clean',
label: 'ui_clear',
tooltip: 'ui_clear',
icon: 'erase',
});

0 comments on commit a414b0b

Please sign in to comment.