In a read-only form, nothing can be changed anymore. However, a list with an expression filter that shows no entries suggests that something can still be added, because it says “There are not entries yet.” Can that be rectified?
Hello,
You can overwrite this default text with localization as follows:
// In case you're on a project template based project,
// please refer to `client/src/localization/`
export const en_US: LocalizationKeyTreeType = {
repeat: {
empty: {
entries: "No entries found.",
}
},
...
