Translate app to English
This commit is contained in:
@@ -54,11 +54,11 @@ export class LayerDetailComponent implements OnInit {
|
||||
async export() {
|
||||
if (await Layer.exportToGoogleSheet(this.document.id || "", this.http$)) {
|
||||
this.notifications$.add({
|
||||
text: "Plik został zapisany na dysku Google.",
|
||||
text: "The file was saved on Google Drive",
|
||||
});
|
||||
} else {
|
||||
this.notifications$.add({
|
||||
text: "Zapis się nie udał.",
|
||||
text: "Save failed!",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user