From 10929c9445a7b58d01853279a5abae60902e1989 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Mon, 27 Feb 2017 17:23:55 +0900
Subject: [PATCH] Fix typo: ialog -> Dialog

---
 src/web/app/desktop/tags/drive/folder-contextmenu.tag | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/desktop/tags/drive/folder-contextmenu.tag b/src/web/app/desktop/tags/drive/folder-contextmenu.tag
index 51e131f448..71982a7c74 100644
--- a/src/web/app/desktop/tags/drive/folder-contextmenu.tag
+++ b/src/web/app/desktop/tags/drive/folder-contextmenu.tag
@@ -51,7 +51,7 @@
 		this.rename = () => {
 			this.refs.ctx.close();
 
-			this.inputialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => {
+			this.inputDialog('フォルダ名の変更', '新しいフォルダ名を入力してください', this.folder.name, name => {
 				this.api('drive/folders/update', {
 					folder_id: this.folder.id,
 					name: name
-- 
GitLab