mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +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();
|
||||
}
|
||||
} else {
|
||||
log.info("No resource file have been copied. {} exists already.", fileName);
|
||||
log.info("No resource file was copied. {} exists already.", fileName);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue