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

Unverified Commit f4e94e09 authored by Mario Đanić's avatar Mario Đanić Committed by GitHub
Browse files

Merge pull request #97 from nextcloud/renameOCtoNC

Renaming OC to NC
parents 2f5ddc45 a8835740
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";