chore: prepare new strings for translation

This commit is contained in:
andrekir 2024-06-03 10:21:38 -03:00
parent 95120ee208
commit 4a9be026e2
7 changed files with 27 additions and 27 deletions

View file

@ -83,5 +83,5 @@ interface NodeInfoDao {
fun clearNodeInfo()
@Query("DELETE FROM NodeInfo WHERE num=:num")
fun delNode(num: Int)
fun deleteNode(num: Int)
}