Skip to content

Commit 3ddbb5d

Browse files
committed
Fix panels in Cloud
Signed-off-by: Jarl-Penguin <[email protected]>
1 parent 3deeab0 commit 3ddbb5d

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

assets/messages.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ messages:
10131013
shortcut: env
10141014
category: notice
10151015
message:
1016-
"{panel:borderColor=orange}(!) The environment is supposed to only contain
1016+
"{panel:bgColor=#fffae6}The environment is supposed to only contain
10171017
PC details.{panel}"
10181018
fillname: []
10191019
panel-future-version:
@@ -1025,7 +1025,7 @@ messages:
10251025
shortcut: fut-old
10261026
category: notice
10271027
message:
1028-
"{panel:borderColor=orange}(!) Please do not mark _Unreleased Versions_
1028+
"{panel:bgColor=#fffae6}Please do not mark _Unreleased Versions_
10291029
as affected. You don't have access to them yet.{panel}"
10301030
fillname: []
10311031
panel-mark-private:
@@ -1041,7 +1041,7 @@ messages:
10411041
shortcut: mkpriv
10421042
category: notice
10431043
message:
1044-
"{panel:borderColor=orange}(!) Your bug report has been marked as _private_,
1044+
"{panel:bgColor=#fffae6}Your bug report has been marked as _private_,
10451045
as it contains some sensitive privacy information (e.g. an email address or session ID).{panel}"
10461046
fillname: []
10471047
panel-mark-private-comment:
@@ -1057,7 +1057,7 @@ messages:
10571057
shortcut: mkprivcomm
10581058
category: notice
10591059
message:
1060-
"{panel:borderColor=orange}(!) Your comment(s) has been marked as _private_,
1060+
"{panel:bgColor=#fffae6}Your comment(s) has been marked as _private_,
10611061
as it contains some sensitive privacy information (e.g. an email address or session ID).{panel}"
10621062
fillname: []
10631063
panel-mojang-priority:
@@ -1089,7 +1089,9 @@ messages:
10891089
shortcut: note
10901090
category: notice
10911091
message: |-
1092-
{panel:title=Note|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
1092+
{panel:bgColor=#eae6ff}
1093+
*Note*
1094+
10931095
%s%
10941096
{panel}
10951097
fillname:
@@ -1107,7 +1109,7 @@ messages:
11071109
shortcut: priv
11081110
category: notice
11091111
message:
1110-
"{panel:borderColor=orange}(!) Please do not mark issues as _private_,
1112+
"{panel:bgColor=#fffae6}Please do not mark issues as _private_,
11111113
unless your bug report is an exploit or contains information about your username
11121114
or server.{panel}"
11131115
fillname: []
@@ -1122,8 +1124,8 @@ messages:
11221124
shortcut: remver
11231125
category: notice
11241126
message: |-
1125-
{panel:borderColor=orange}
1126-
(!) Please do not add Affected Versions to resolved reports.
1127+
{panel:bgColor=#fffae6}
1128+
Please do not add Affected Versions to resolved reports.
11271129
11281130
Have a look at the Resolution and the comments to see why this ticket has been resolved. If you think this ticket has been resolved erroneously you can contact the Mojira staff on *[Discord|https://discord.com/invite/rpCyfKV]* or *[Reddit|https://www.reddit.com/r/Mojira]*.
11291131
{panel}
@@ -1141,7 +1143,7 @@ messages:
11411143
shortcut: unpriv
11421144
category: notice
11431145
message:
1144-
"{panel:borderColor=orange}(!) Please do not unmark issues from _private_
1146+
"{panel:bgColor=#fffae6}Please do not unmark issues from _private_
11451147
after a moderator had set it that way.{panel}"
11461148
fillname: []
11471149
panel-workaround:
@@ -1157,7 +1159,9 @@ messages:
11571159
shortcut: workaround
11581160
category: notice
11591161
message: |-
1160-
{panel:title=Workaround|borderStyle=dashed|borderColor=#ccc|titleBGColor=#C1F7D6|bgColor=#CEFFFF}
1162+
{panel:bgColor=#deebff}
1163+
*Workaround*
1164+
11611165
%s%
11621166
{panel}
11631167
fillname:
@@ -1211,7 +1215,7 @@ messages:
12111215
shortcut: fut
12121216
category: ar
12131217
message: |-
1214-
{panel:borderColor=orange}(!) Please do not mark _Unreleased Versions_ as affected. You don't have access to them yet.{panel}
1218+
{panel:bgColor=#fffae6}Please do not mark _Unreleased Versions_ as affected. You don't have access to them yet.{panel}
12151219
12161220
_We have removed it and added the latest released version_
12171221

0 commit comments

Comments
 (0)