Skip to content

Commit

Permalink
Edit XX401 error text
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrudolf committed Oct 17, 2023
1 parent c6f514a commit ffe5f4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 12_MINI/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Errors:
# XX319-XX320 reserved
- code: "12401"
title: "CONNECT REGISTRATION FAILED"
text: "Registration to Prusa Connect failed due to: %s"
text: "Registration to Prusa Connect failed due to:"
id: "CONNECT_REGISTRATION_FAILED"
approved: true
# XX501-XX503 reserved
Expand Down
2 changes: 1 addition & 1 deletion 13_MK4/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Errors:

- code: "13401"
title: "CONNECT REGISTRATION FAILED"
text: "Registration to Prusa Connect failed due to: %s"
text: "Registration to Prusa Connect failed due to:"
id: "CONNECT_REGISTRATION_FAILED"
approved: true
# SYSTEM xx5xx
Expand Down
2 changes: 1 addition & 1 deletion 16_iX/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Errors:
approved: false
- code: "16401"
title: "CONNECT REGISTRATION FAILED"
text: "Registration to Prusa Connect failed due to: %s"
text: "Registration to Prusa Connect failed due to:"
id: "CONNECT_REGISTRATION_FAILED"
approved: true
- code: "16501"
Expand Down
2 changes: 1 addition & 1 deletion 17_XL/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Errors:
approved: false
- code: "17401"
title: "CONNECT REGISTRATION FAILED"
text: "Registration to Prusa Connect failed due to: %s"
text: "Registration to Prusa Connect failed due to:"
id: "CONNECT_REGISTRATION_FAILED"
approved: true
- code: "17501"
Expand Down
2 changes: 1 addition & 1 deletion 20_MK3.5/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Errors:
approved: false
- code: "20401"
title: "CONNECT REGISTRATION FAILED"
text: "Registration to Prusa Connect failed due to: %s"
text: "Registration to Prusa Connect failed due to:"
id: "CONNECT_REGISTRATION_FAILED"
approved: true
# XX501-XX503 reserved
Expand Down

0 comments on commit ffe5f4c

Please sign in to comment.