mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 15:06:38 +00:00
fix(nc-gui): use i18n text
This commit is contained in:
@@ -20,7 +20,7 @@ const inputRef = ref()
|
||||
|
||||
const placeholder = computed(() => {
|
||||
return isLoading.value
|
||||
? 'Search...'
|
||||
? `${t('general.search')}...`
|
||||
: `${t('activity.searchProject').charAt(0).toUpperCase()}${t('activity.searchProject').slice(1).toLowerCase()}`
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user