mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
Fix lock notification message
This commit is contained in:
@@ -8,6 +8,7 @@ function LockNotification(props) {
|
|||||||
shareId : 0,
|
shareId : 0,
|
||||||
disableLock : ()=>{},
|
disableLock : ()=>{},
|
||||||
lock : {},
|
lock : {},
|
||||||
|
message : 'Unable to retrieve Lock Message',
|
||||||
reviewRequested : false,
|
reviewRequested : false,
|
||||||
...props
|
...props
|
||||||
};
|
};
|
||||||
@@ -31,7 +32,7 @@ function LockNotification(props) {
|
|||||||
<p>This brew been locked by the Administrators. It will not be accessible by any method other than the Editor until the lock is removed.</p>
|
<p>This brew been locked by the Administrators. It will not be accessible by any method other than the Editor until the lock is removed.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>LOCK REASON</h3>
|
<h3>LOCK REASON</h3>
|
||||||
<p>{props.lock.editMessage || 'Unable to retrieve Lock Message'}</p>
|
<p>{props.message}</p>
|
||||||
<hr />
|
<hr />
|
||||||
<p>Once you have resolved this issue, click REQUEST LOCK REMOVAL to notify the Administrators for review.</p>
|
<p>Once you have resolved this issue, click REQUEST LOCK REMOVAL to notify the Administrators for review.</p>
|
||||||
<p>Click CONTINUE TO EDITOR to temporarily hide this notification; it will reappear the next time the page is reloaded.</p>
|
<p>Click CONTINUE TO EDITOR to temporarily hide this notification; it will reappear the next time the page is reloaded.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user