mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Remove a useless translation marker
Variables can't be translated magically like this :) Don't show in changelog
This commit is contained in:
@@ -53,9 +53,7 @@ function ExtensionsProperties(props: Props) {
|
||||
|
||||
propertyList.push(
|
||||
<ColumnStackLayout key={extension.getName()} noMargin>
|
||||
<Text size="title">
|
||||
<Trans>{extension.getFullName()}</Trans>
|
||||
</Text>
|
||||
<Text size="title">{extension.getFullName()}</Text>
|
||||
<PropertiesEditor
|
||||
schema={propertiesSchema}
|
||||
instances={[extension.getAllProperties()]}
|
||||
|
Reference in New Issue
Block a user