Fix: better wording
This commit is contained in:
@@ -229,7 +229,7 @@ import okhttp3.HttpUrl;
|
||||
this.renderingJob = this.server.requestJob();
|
||||
}
|
||||
catch (FermeExceptionNoRightToRender e) {
|
||||
this.gui.error("User does not have enough right to render scene");
|
||||
this.gui.error("User does not have enough right to render project");
|
||||
return -2;
|
||||
}
|
||||
catch (FermeExceptionSessionDisabled e) {
|
||||
|
||||
Reference in New Issue
Block a user