Skip to content

Commit

Permalink
fix: reuse translation from SearchResultView
Browse files Browse the repository at this point in the history
小窗口界面的原对应文案已经移到了 SearchResultView,全屏位置同步更新
文案位置。

Issue: linuxdeepin/developer-center#7631
Log:
  • Loading branch information
BLumia committed Mar 28, 2024
1 parent 97afa3f commit b9ab029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/FullscreenFrame.qml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Control {
columns: 7
paddingColumns: 1
placeholderIcon: "search_no_result"
placeholderText: qsTranslate("WindowedFrame", "No search results")
placeholderText: qsTranslate("SearchResultView", "No search results")
placeholderIconSize: 256
model: delegateSearchResultModel
padding: 10
Expand Down

0 comments on commit b9ab029

Please sign in to comment.