Skip to content

Commit 926dcfa

Browse files
committed
chore: change the example by a real value
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8c30b90 commit 926dcfa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/Settings/TSA.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default {
192192
normal: t('libresign', 'Format: https://example.com/tsa'),
193193
},
194194
tsa_policy_oid: {
195-
error: t('libresign', 'Invalid OID format. Expected pattern: %s', '1.2.3.4.5'),
196-
normal: t('libresign', 'Example: 1.2.3.4.5 or leave empty for default'),
195+
error: t('libresign', 'Invalid OID format. Expected pattern: %s', '1.2.3.4.1'),
196+
normal: t('libresign', 'Example: 1.2.3.4.1 or leave empty for default'),
197197
},
198198
tsa_username: {
199199
error: t('libresign', 'Name is mandatory'),
@@ -277,7 +277,7 @@ export default {
277277
{ field: 'tsa_url', message: t('libresign', 'Invalid URL') }
278278
],
279279
'Invalid OID format': [
280-
{ field: 'tsa_policy_oid', message: t('libresign', 'Invalid OID format. Expected pattern: %s', '1.2.3.4.5') }
280+
{ field: 'tsa_policy_oid', message: t('libresign', 'Invalid OID format. Expected pattern: %s', '1.2.3.4.1') }
281281
]
282282
}
283283
},

0 commit comments

Comments
 (0)