Skip to content

Commit

Permalink
fix: タイトルを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Jun 26, 2023
1 parent a91a4e6 commit 7353859
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/common_resource/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<string name="edit">編集</string>
<string name="delete">削除</string>

<string name="edit_tab_name">タブ名を編集</string>
<string name="edit_tab">タブを編集</string>
<string name="update_timeline_in_background">タイムラインをバックグラウンドで更新する(消費電力大)</string>

<string name="follow_request_accepted_by">%sさんにフォローリクエストが承認されました</string>
Expand Down
2 changes: 1 addition & 1 deletion modules/common_resource/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

<string name="update_timeline_in_background">在后台更新时间线</string>

<string name="edit_tab_name">编辑选项卡名称</string>
<string name="edit_tab">编辑选项卡名称</string>

<string name="follow_request_accepted_by">关注请求已被 %s 接受</string>
<string name="confirm_deletion">确认删除</string>
Expand Down
2 changes: 1 addition & 1 deletion modules/common_resource/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@

<string name="update_timeline_in_background">Update timeline in background</string>

<string name="edit_tab_name">Edit tab name</string>
<string name="edit_tab">Edit tab</string>

<string name="follow_request_accepted_by">Follow request accepted by %s</string>
<string name="poll_ended">Poll ended</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
android:textSize="24sp"
android:textColor="?android:attr/textColorPrimary"
android:layout_marginBottom="8dp"
android:text="@string/edit_tab_name"
android:text="@string/edit_tab"
/>

<com.google.android.material.switchmaterial.SwitchMaterial
Expand Down Expand Up @@ -41,7 +41,7 @@
android:id="@+id/editTabName"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/edit_tab_name"
android:hint="@string/edit_tab"
android:singleLine="true"/>
</com.google.android.material.textfield.TextInputLayout>

Expand Down

0 comments on commit 7353859

Please sign in to comment.