質問編集履歴

1

誤字

2019/07/06 15:55

投稿

o8n
o8n

スコア10

test CHANGED
File without changes
test CHANGED
@@ -16,13 +16,13 @@
16
16
 
17
17
  a.modal-trigger.btn-large.waves-effect.waves-light.font-size-large[href='#modal1']
18
18
 
19
- | お支払いの確認
19
+ | Pay?
20
20
 
21
21
  #modal1.modal.modal-fixed-footer.modal-payment
22
22
 
23
23
  .modal-content
24
24
 
25
- p.center-align 支払いを行います。よろしければOKボタンを押してください。
25
+ p.center-align Pay
26
26
 
27
27
  = f.button "OK", class: "btn waves-effect waves-block waves-light", data: { tid: "elements_examples.form.pay_button" }, type: "submit"
28
28
 
@@ -30,6 +30,6 @@
30
30
 
31
31
  a.modal-action.modal-close.waves-effect.waves-green.btn-flat href="#!"
32
32
 
33
- | キャンセル
33
+ | cancel
34
34
 
35
35
  ```