Skip to content

Commit

Permalink
rename Database -> Asset Database
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Nov 12, 2024
1 parent 217d880 commit f827eca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const RichTextFields: React.FunctionComponent<{ uiOptionsPath: string }> = ({
isRequired
schema={{
$ref: "https://app.pixiebrix.com/schemas/database#",
title: "Database",
title: "Asset Database",
description:
"Asset database to use for image upload. Asset databases are a specific kind of database and" +
"Asset database to use for image upload. Asset databases are a specific kind of database that" +
" can be created in the Admin Console.",
}}
uiSchema={{
Expand Down

0 comments on commit f827eca

Please sign in to comment.