mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 21:19:28 +02:00
Rename "Version String Extraction" to "Trim Version String" for non-HTML Sources (#1723)
Rename Codeberg to Forgejo (#1722)
This commit is contained in:
@@ -493,13 +493,15 @@ abstract class AppSource {
|
||||
],
|
||||
[
|
||||
GeneratedFormTextField('versionExtractionRegEx',
|
||||
label: tr('versionExtractionRegEx'),
|
||||
label: tr('trimVersionString'),
|
||||
required: false,
|
||||
additionalValidators: [(value) => regExValidator(value)]),
|
||||
],
|
||||
[
|
||||
GeneratedFormTextField('matchGroupToUse',
|
||||
label: tr('matchGroupToUse'), required: false, hint: '\$0')
|
||||
label: tr('matchGroupToUseForX', args: [tr('trimVersionString')]),
|
||||
required: false,
|
||||
hint: '\$0')
|
||||
],
|
||||
[
|
||||
GeneratedFormSwitch('versionDetection',
|
||||
|
Reference in New Issue
Block a user