From bce1a803a71c3da3d4b3de9140a75215da5308f6 Mon Sep 17 00:00:00 2001 From: Milan Seel Date: Wed, 19 Nov 2025 16:12:23 +0100 Subject: [PATCH] MWI-3339_Erweiterung-der-Demo-App-um-weitere-Sprachen { CR fix } --- MetaPluginDemo/ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MetaPluginDemo/ViewController.swift b/MetaPluginDemo/ViewController.swift index 8ceb590..4eadb05 100755 --- a/MetaPluginDemo/ViewController.swift +++ b/MetaPluginDemo/ViewController.swift @@ -41,7 +41,7 @@ class ViewController: @IBAction func touchStartButton(_ sender: Any) { clearLog() - writeLog(entry: "Starting…") + writeLog(entry: "starting…") createCoreSdk() }