Remove a useless translation marker

Variables can't be translated magically like this :)

Don't show in changelog
This commit is contained in:
Florian Rival
2020-08-30 20:10:58 +01:00
parent fda75e0475
commit 216fd30145

View File

@@ -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()]}