[fix] pos profile link in Start POS page
diff --git a/erpnext/accounts/page/pos/pos_page.html b/erpnext/accounts/page/pos/pos_page.html
index 98cce00..5a4c538 100644
--- a/erpnext/accounts/page/pos/pos_page.html
+++ b/erpnext/accounts/page/pos/pos_page.html
@@ -9,7 +9,7 @@
<button class="btn btn-primary btn-lg">{%= __("Start") %}</button>
</p>
<p class="pos-setting-message hide">
- <a class="btn btn-default btn-sm" href="#Form/POS Setting/New POS Setting">
- {%= __("Make new POS Setting") %}</a>
+ <a class="btn btn-default btn-sm" href="#Form/POS Profile/New POS Profile">
+ {%= __("Make new POS Profile") %}</a>
</p>
</div>