Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a8835740 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

renaming

parent 2f5ddc45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -558,13 +558,13 @@ public class RemoteOperationResult implements Serializable {
        }

        if (mCode == ResultCode.INSTANCE_NOT_CONFIGURED) {
            return "The ownCloud server is not configured!";
            return "The Nextcloud server is not configured!";

        } else if (mCode == ResultCode.NO_NETWORK_CONNECTION) {
            return "No network connection";

        } else if (mCode == ResultCode.BAD_OC_VERSION) {
            return "No valid ownCloud version was found at the server";
            return "No valid Nextcloud version was found at the server";

        } else if (mCode == ResultCode.LOCAL_STORAGE_FULL) {
            return "Local storage full";