mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix grammar
This commit is contained in:
parent
6f5bfde92f
commit
a1debd8070
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public abstract class StoreService<T extends PersistableEnvelope> {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log.info("No resource file have been copied. {} exists already.", fileName);
|
log.info("No resource file was copied. {} exists already.", fileName);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue