File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ important: Important
1717note : Note
1818tip : Tip
1919warning : Warning
20+ caution : Caution
2021
2122# # openapi strings:
2223
Original file line number Diff line number Diff line change 2828 < span class ="icon-svg pb-1 "> {{ $i := index $icons .AlertType }}
2929 {{ partialCached "icon.html" $i $i }}
3030 </ span >
31- < strong > {{ or ( i18n .AlertType) (title .AlertType) }}</ strong >
31+ < strong > {{ i18n .AlertType }}</ strong >
3232 </ p >
3333 {{ .Text | safeHTML }}
3434 </ blockquote >
Original file line number Diff line number Diff line change 33 < span class ="icon-svg pb-1 ">
44 {{ partialCached "icon.html" "science" "science" }}
55 </ span >
6- < strong > {{ .Get "title" | default "Experimental" }}</ strong >
6+ < strong > {{ .Get "title" | default (i18n "experimental") }}</ strong >
77 </ p >
88 {{ .InnerDeindent | safe.HTML }}
99</ div >
Original file line number Diff line number Diff line change 33 < span class ="icon-svg pb-1 ">
44 {{ partialCached "icon.html" "rocket_launch" "rocket_launch" }}
55 </ span >
6- < strong > {{ .Get "title" | default "Restricted" }}</ strong >
6+ < strong > {{ .Get "title" | default (i18n "restricted") }}</ strong >
77 </ p >
88 {{ .InnerDeindent | safe.HTML }}
99</ div >
You can’t perform that action at this time.
0 commit comments