mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Change proxy comments warning
This commit is contained in:
parent
82c155f662
commit
4325edf84f
|
@ -460,7 +460,7 @@ export default function getProxyEditor(theState) {
|
||||||
<th style="width: 100%">
|
<th style="width: 100%">
|
||||||
{
|
{
|
||||||
this.state.stashedExports === false
|
this.state.stashedExports === false
|
||||||
? 'Комментарии не поддерживаются!'
|
? 'Комментарии вырезаются!'
|
||||||
: (this.state.ifHasErrors
|
: (this.state.ifHasErrors
|
||||||
? (<span><a href="" onClick={reset}>Сбросьте изменения</a> или поправьте</span>)
|
? (<span><a href="" onClick={reset}>Сбросьте изменения</a> или поправьте</span>)
|
||||||
: (<a href="" onClick={reset}>Сбросить изменения</a>)
|
: (<a href="" onClick={reset}>Сбросить изменения</a>)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user