mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-28 23:28:35 +00:00
Merge pull request #1882 from nextcloud/rakekniven-patch-1
chore(i18n): Improved grammar
This commit is contained in:
@ -284,7 +284,7 @@ export const useTablesStore = defineStore('store', {
|
||||
try {
|
||||
await axios.post(generateOcsUrl(`/apps/tables/api/2/favorites/${NODE_TYPE_VIEW}/${id}`))
|
||||
} catch (e) {
|
||||
displayError(e, t('tables', 'Could not favorite view'))
|
||||
displayError(e, t('tables', 'Could not mark view as favorite'))
|
||||
return false
|
||||
}
|
||||
|
||||
@ -316,7 +316,7 @@ export const useTablesStore = defineStore('store', {
|
||||
try {
|
||||
await axios.post(generateOcsUrl(`/apps/tables/api/2/favorites/${NODE_TYPE_TABLE}/${id}`))
|
||||
} catch (e) {
|
||||
displayError(e, t('tables', 'Could not favorite table'))
|
||||
displayError(e, t('tables', 'Could not mark table as favorite'))
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user